Html Css Color HEX #BCEED4 Aero Blue

📋 copy color: '#BCEED4'

red 188 ◦ green 238 ◦ blue 212

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

Shades of Aero Blue #BCEED4

Tints of Aero Blue #BCEED4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.3%

 BLUE value IS 212 (83.2% from 255) = 33.23%

R = 29.47%
G = 37.3%
B = 33.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#BCEED4 (or 0xBCEED4) is known color: Aero Blue. HEX triplet: BC, EE and D4. RGB value is (188,238,212). Sum of RGB (Red+Green+Blue) = 188+238+212=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED4 is #43112B. Grayscale: #DCDCDC. Windows color (decimal): -4395308 or 13954748. OLE color: 13954748.

HSL color Cylindrical-coordinate representation of color #BCEED4: hue angle of 148.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEED4 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 212 -
CMYK 0.21 0 0.11 0.07
HSL 148.8º 0.6% 0.84% -
HSV(B) 148.8º 0.21% 0.93% -
XYZ 63.2 76.59 73.74 -
YUV 220.09 123.44 105.11 -
System Red Green Blue C M Y K H S L
Decimal 188 238 212 0.21 0 0.11 0.07 148.8 0.6 0.84
Hex BC EE D4 15 0 B 7 95 3C 54
Octal 274 356 324 25 0 13 7 225 74 124
Binary 10111100 11101110 11010100 10101 0 1011 111 10010101 111100 1010100

Color Harmonies of #BCEED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEED4

Black with #BCEED4

Text Example


Text Example

White with #BCEED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEED4; }

 p { color: rgb(188,238,212); }

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

background-color css

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

 a { background-color: rgb(188,238,212); }

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

border-color css

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

 span { border-color: rgb(188,238,212); }

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