Html Css Color HEX #BCDFD1 Aero Blue

📋 copy color: '#BCDFD1'

red 188 ◦ green 223 ◦ blue 209

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

Shades of Aero Blue #BCDFD1

Tints of Aero Blue #BCDFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 30.32%
G = 35.97%
B = 33.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BCDFD1 (or 0xBCDFD1) is known color: Aero Blue. HEX triplet: BC, DF and D1. RGB value is (188,223,209). Sum of RGB (Red+Green+Blue) = 188+223+209=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD1 is #43202E. Grayscale: #D2D2D2. Windows color (decimal): -4399151 or 13754300. OLE color: 13754300.

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

Color convert

RGB 188 223 209 -
CMYK 0.16 0 0.06 0.13
HSL 156º 0.35% 0.81% -
HSV(B) 156º 0.16% 0.87% -
XYZ 58.64 68.07 70.37 -
YUV 210.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 188 223 209 0.16 0 0.06 0.13 156 0.35 0.81
Hex BC DF D1 10 0 6 D 9C 23 51
Octal 274 337 321 20 0 6 15 234 43 121
Binary 10111100 11011111 11010001 10000 0 110 1101 10011100 100011 1010001

Color Harmonies of #BCDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFD1

Black with #BCDFD1

Text Example


Text Example

White with #BCDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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