Html Css Color HEX #BCEED7 Aero Blue

📋 copy color: '#BCEED7'

red 188 ◦ green 238 ◦ blue 215

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

Shades of Aero Blue #BCEED7

Tints of Aero Blue #BCEED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.54%

R = 29.33%
G = 37.13%
B = 33.54%

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

#BCEED7 (or 0xBCEED7) is known color: Aero Blue. HEX triplet: BC, EE and D7. RGB value is (188,238,215). Sum of RGB (Red+Green+Blue) = 188+238+215=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEED7 is #431128. Grayscale: #DCDCDC. Windows color (decimal): -4395305 or 14151356. OLE color: 14151356.

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

Color convert

RGB 188 238 215 -
CMYK 0.21 0 0.10 0.07
HSL 152.4º 0.6% 0.84% -
HSV(B) 152.4º 0.21% 0.93% -
XYZ 63.58 76.75 75.75 -
YUV 220.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 188 238 215 0.21 0 0.10 0.07 152.4 0.6 0.84
Hex BC EE D7 15 0 A 7 98 3C 54
Octal 274 356 327 25 0 12 7 230 74 124
Binary 10111100 11101110 11010111 10101 0 1010 111 10011000 111100 1010100

Color Harmonies of #BCEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEED7

Black with #BCEED7

Text Example


Text Example

White with #BCEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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