Html Css Color HEX #BCDFCE Aero Blue

📋 copy color: '#BCDFCE'

red 188 ◦ green 223 ◦ blue 206

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

Shades of Aero Blue #BCDFCE

Tints of Aero Blue #BCDFCE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.14%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 30.47%
G = 36.14%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#BCDFCE (or 0xBCDFCE) is known color: Aero Blue. HEX triplet: BC, DF and CE. RGB value is (188,223,206). Sum of RGB (Red+Green+Blue) = 188+223+206=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCE is #432031. Grayscale: #D2D2D2. Windows color (decimal): -4399154 or 13557692. OLE color: 13557692.

HSL color Cylindrical-coordinate representation of color #BCDFCE: hue angle of 150.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFCE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 206 -
CMYK 0.16 0 0.08 0.13
HSL 150.86º 0.35% 0.81% -
HSV(B) 150.86º 0.16% 0.87% -
XYZ 58.27 67.92 68.43 -
YUV 210.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 188 223 206 0.16 0 0.08 0.13 150.86 0.35 0.81
Hex BC DF CE 10 0 8 D 97 23 51
Octal 274 337 316 20 0 10 15 227 43 121
Binary 10111100 11011111 11001110 10000 0 1000 1101 10010111 100011 1010001

Color Harmonies of #BCDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFCE

Black with #BCDFCE

Text Example


Text Example

White with #BCDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFCE; }

 p { color: rgb(188,223,206); }

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

background-color css

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

 a { background-color: rgb(188,223,206); }

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

border-color css

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

 span { border-color: rgb(188,223,206); }

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