Html Css Color HEX #BCEED3 Aero Blue

📋 copy color: '#BCEED3'

red 188 ◦ green 238 ◦ blue 211

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

Shades of Aero Blue #BCEED3

Tints of Aero Blue #BCEED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.12%

R = 29.51%
G = 37.36%
B = 33.12%

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

#BCEED3 (or 0xBCEED3) is known color: Aero Blue. HEX triplet: BC, EE and D3. RGB value is (188,238,211). Sum of RGB (Red+Green+Blue) = 188+238+211=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED3 is #43112C. Grayscale: #DCDCDC. Windows color (decimal): -4395309 or 13889212. OLE color: 13889212.

HSL color Cylindrical-coordinate representation of color #BCEED3: hue angle of 147.6º 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 #BCEED3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 211 -
CMYK 0.21 0 0.11 0.07
HSL 147.6º 0.6% 0.84% -
HSV(B) 147.6º 0.21% 0.93% -
XYZ 63.07 76.54 73.08 -
YUV 219.97 122.94 105.2 -
System Red Green Blue C M Y K H S L
Decimal 188 238 211 0.21 0 0.11 0.07 147.6 0.6 0.84
Hex BC EE D3 15 0 B 7 94 3C 54
Octal 274 356 323 25 0 13 7 224 74 124
Binary 10111100 11101110 11010011 10101 0 1011 111 10010100 111100 1010100

Color Harmonies of #BCEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEED3

Black with #BCEED3

Text Example


Text Example

White with #BCEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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