Html Css Color HEX #BCE4CC Aero Blue

📋 copy color: '#BCE4CC'

red 188 ◦ green 228 ◦ blue 204

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

Shades of Aero Blue #BCE4CC

Tints of Aero Blue #BCE4CC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

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

R = 30.32%
G = 36.77%
B = 32.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#BCE4CC (or 0xBCE4CC) is known color: Aero Blue. HEX triplet: BC, E4 and CC. RGB value is (188,228,204). Sum of RGB (Red+Green+Blue) = 188+228+204=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4CC is #431B33. Grayscale: #D5D5D5. Windows color (decimal): -4397876 or 13427900. OLE color: 13427900.

HSL color Cylindrical-coordinate representation of color #BCE4CC: hue angle of 144º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4CC is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 228 204 -
CMYK 0.18 0 0.11 0.11
HSL 144º 0.43% 0.82% -
HSV(B) 144º 0.18% 0.89% -
XYZ 59.38 70.54 67.61 -
YUV 213.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 188 228 204 0.18 0 0.11 0.11 144 0.43 0.82
Hex BC E4 CC 12 0 B B 90 2B 52
Octal 274 344 314 22 0 13 13 220 53 122
Binary 10111100 11100100 11001100 10010 0 1011 1011 10010000 101011 1010010

Color Harmonies of #BCE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4CC

Black with #BCE4CC

Text Example


Text Example

White with #BCE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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