Html Css Color HEX #BCDFCC Aero Blue

📋 copy color: '#BCDFCC'

red 188 ◦ green 223 ◦ blue 204

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

Shades of Aero Blue #BCDFCC

Tints of Aero Blue #BCDFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.17%

R = 30.57%
G = 36.26%
B = 33.17%

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

#BCDFCC (or 0xBCDFCC) is known color: Aero Blue. HEX triplet: BC, DF and CC. RGB value is (188,223,204). Sum of RGB (Red+Green+Blue) = 188+223+204=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCC is #432033. Grayscale: #D2D2D2. Windows color (decimal): -4399156 or 13426620. OLE color: 13426620.

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

Color convert

RGB 188 223 204 -
CMYK 0.16 0 0.09 0.13
HSL 147.43º 0.35% 0.81% -
HSV(B) 147.43º 0.16% 0.87% -
XYZ 58.03 67.83 67.16 -
YUV 210.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 188 223 204 0.16 0 0.09 0.13 147.43 0.35 0.81
Hex BC DF CC 10 0 9 D 93 23 51
Octal 274 337 314 20 0 11 15 223 43 121
Binary 10111100 11011111 11001100 10000 0 1001 1101 10010011 100011 1010001

Color Harmonies of #BCDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFCC

Black with #BCDFCC

Text Example


Text Example

White with #BCDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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