Html Css Color HEX #BCEBD7 Aero Blue

📋 copy color: '#BCEBD7'

red 188 ◦ green 235 ◦ blue 215

#BCEBD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BCEBD7

Tints of Aero Blue #BCEBD7

RGB

 RED value IS 188 (73.83% from 255) = 29.47%

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 215 (84.38% from 255) = 33.7%

R = 29.47%
G = 36.83%
B = 33.7%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCEBD7 (or 0xBCEBD7) is known color: Aero Blue. HEX triplet: BC, EB and D7. RGB value is (188,235,215). Sum of RGB (Red+Green+Blue) = 188+235+215=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBD7 is #431428. Grayscale: #DADADA. Windows color (decimal): -4396073 or 14150588. OLE color: 14150588.

HSL color Cylindrical-coordinate representation of color #BCEBD7: hue angle of 154.47º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBD7 is Cyan = 0.2, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 215 -
CMYK 0.2 0 0.09 0.08
HSL 154.47º 0.54% 0.83% -
HSV(B) 154.47º 0.2% 0.92% -
XYZ 62.71 75.01 75.46 -
YUV 218.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 188 235 215 0.2 0 0.09 0.08 154.47 0.54 0.83
Hex BC EB D7 14 0 9 8 9A 36 53
Octal 274 353 327 24 0 11 10 232 66 123
Binary 10111100 11101011 11010111 10100 0 1001 1000 10011010 110110 1010011

Color Harmonies of #BCEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBD7

Black with #BCEBD7

Text Example


Text Example

White with #BCEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBD7; }

 p { color: rgb(188,235,215); }

 H1.HeaderClassName
 {
   color: #BCEBD7;
 }
 .AnyTagClassName
 {
   color: #BCEBD7;
 }
</style>

background-color css

<style>
 a { background-color: #BCEBD7; }

 a { background-color: rgb(188,235,215); }

 div.DivClassName
 {
   background-color: #BCEBD7;
 }
 .BgClassName
 {
   background-color: #BCEBD7;
 }
</style>

border-color css

<style>
 span { border-color: #BCEBD7; }

 span { border-color: rgb(188,235,215); }

 td.TdClassName
 {
   border-color: #BCEBD7;
 }
 .TagClassName
 {
   border-color: #BCEBD7;
 }
</style>