Html Css Color HEX #BCDFCB Aero Blue

📋 copy color: '#BCDFCB'

red 188 ◦ green 223 ◦ blue 203

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

Shades of Aero Blue #BCDFCB

Tints of Aero Blue #BCDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.06%

R = 30.62%
G = 36.32%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BCDFCB (or 0xBCDFCB) is known color: Aero Blue. HEX triplet: BC, DF and CB. RGB value is (188,223,203). Sum of RGB (Red+Green+Blue) = 188+223+203=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCB is #432034. Grayscale: #D2D2D2. Windows color (decimal): -4399157 or 13361084. OLE color: 13361084.

HSL color Cylindrical-coordinate representation of color #BCDFCB: hue angle of 145.71º 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 #BCDFCB is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 203 -
CMYK 0.16 0 0.09 0.13
HSL 145.71º 0.35% 0.81% -
HSV(B) 145.71º 0.16% 0.87% -
XYZ 57.91 67.78 66.53 -
YUV 210.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 188 223 203 0.16 0 0.09 0.13 145.71 0.35 0.81
Hex BC DF CB 10 0 9 D 92 23 51
Octal 274 337 313 20 0 11 15 222 43 121
Binary 10111100 11011111 11001011 10000 0 1001 1101 10010010 100011 1010001

Color Harmonies of #BCDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFCB

Black with #BCDFCB

Text Example


Text Example

White with #BCDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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