Html Css Color HEX #BCE1CC Aero Blue

📋 copy color: '#BCE1CC'

red 188 ◦ green 225 ◦ blue 204

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

Shades of Aero Blue #BCE1CC

Tints of Aero Blue #BCE1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 30.47%
G = 36.47%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#BCE1CC (or 0xBCE1CC) is known color: Aero Blue. HEX triplet: BC, E1 and CC. RGB value is (188,225,204). Sum of RGB (Red+Green+Blue) = 188+225+204=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1CC is #431E33. Grayscale: #D3D3D3. Windows color (decimal): -4398644 or 13427132. OLE color: 13427132.

HSL color Cylindrical-coordinate representation of color #BCE1CC: hue angle of 145.95º 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 #BCE1CC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 225 204 -
CMYK 0.16 0 0.09 0.12
HSL 145.95º 0.38% 0.81% -
HSV(B) 145.95º 0.16% 0.88% -
XYZ 58.56 68.9 67.34 -
YUV 211.54 123.74 111.21 -
System Red Green Blue C M Y K H S L
Decimal 188 225 204 0.16 0 0.09 0.12 145.95 0.38 0.81
Hex BC E1 CC 10 0 9 C 92 26 51
Octal 274 341 314 20 0 11 14 222 46 121
Binary 10111100 11100001 11001100 10000 0 1001 1100 10010010 100110 1010001

Color Harmonies of #BCE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1CC

Black with #BCE1CC

Text Example


Text Example

White with #BCE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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