Html Css Color HEX #BCE1CB Aero Blue

📋 copy color: '#BCE1CB'

red 188 ◦ green 225 ◦ blue 203

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

Shades of Aero Blue #BCE1CB

Tints of Aero Blue #BCE1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.53%

 BLUE value IS 203 (79.69% from 255) = 32.95%

R = 30.52%
G = 36.53%
B = 32.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#BCE1CB (or 0xBCE1CB) is known color: Aero Blue. HEX triplet: BC, E1 and CB. RGB value is (188,225,203). Sum of RGB (Red+Green+Blue) = 188+225+203=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CB is #431E34. Grayscale: #D3D3D3. Windows color (decimal): -4398645 or 13361596. OLE color: 13361596.

HSL color Cylindrical-coordinate representation of color #BCE1CB: hue angle of 144.32º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1CB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 203 -
CMYK 0.16 0 0.10 0.12
HSL 144.32º 0.38% 0.81% -
HSV(B) 144.32º 0.16% 0.88% -
XYZ 58.44 68.85 66.71 -
YUV 211.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 188 225 203 0.16 0 0.10 0.12 144.32 0.38 0.81
Hex BC E1 CB 10 0 A C 90 26 51
Octal 274 341 313 20 0 12 14 220 46 121
Binary 10111100 11100001 11001011 10000 0 1010 1100 10010000 100110 1010001

Color Harmonies of #BCE1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1CB

Black with #BCE1CB

Text Example


Text Example

White with #BCE1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1CB; }

 p { color: rgb(188,225,203); }

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

background-color css

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

 a { background-color: rgb(188,225,203); }

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

border-color css

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

 span { border-color: rgb(188,225,203); }

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