Html Css Color HEX #BCEED6 Aero Blue

📋 copy color: '#BCEED6'

red 188 ◦ green 238 ◦ blue 214

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

Shades of Aero Blue #BCEED6

Tints of Aero Blue #BCEED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.44%

R = 29.38%
G = 37.19%
B = 33.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#BCEED6 (or 0xBCEED6) is known color: Aero Blue. HEX triplet: BC, EE and D6. RGB value is (188,238,214). Sum of RGB (Red+Green+Blue) = 188+238+214=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 238 (93.36% from 255 or 37.19% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED6 is #431129. Grayscale: #DCDCDC. Windows color (decimal): -4395306 or 14085820. OLE color: 14085820.

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

Color convert

RGB 188 238 214 -
CMYK 0.21 0 0.10 0.07
HSL 151.2º 0.6% 0.84% -
HSV(B) 151.2º 0.21% 0.93% -
XYZ 63.45 76.7 75.08 -
YUV 220.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 188 238 214 0.21 0 0.10 0.07 151.2 0.6 0.84
Hex BC EE D6 15 0 A 7 97 3C 54
Octal 274 356 326 25 0 12 7 227 74 124
Binary 10111100 11101110 11010110 10101 0 1010 111 10010111 111100 1010100

Color Harmonies of #BCEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEED6

Black with #BCEED6

Text Example


Text Example

White with #BCEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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