Html Css Color HEX #BCDFCD Aero Blue

📋 copy color: '#BCDFCD'

red 188 ◦ green 223 ◦ blue 205

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

Shades of Aero Blue #BCDFCD

Tints of Aero Blue #BCDFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 30.52%
G = 36.2%
B = 33.28%

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

#BCDFCD (or 0xBCDFCD) is known color: Aero Blue. HEX triplet: BC, DF and CD. RGB value is (188,223,205). Sum of RGB (Red+Green+Blue) = 188+223+205=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCD is #432032. Grayscale: #D2D2D2. Windows color (decimal): -4399155 or 13492156. OLE color: 13492156.

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

Color convert

RGB 188 223 205 -
CMYK 0.16 0 0.08 0.13
HSL 149.14º 0.35% 0.81% -
HSV(B) 149.14º 0.16% 0.87% -
XYZ 58.15 67.87 67.79 -
YUV 210.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 188 223 205 0.16 0 0.08 0.13 149.14 0.35 0.81
Hex BC DF CD 10 0 8 D 95 23 51
Octal 274 337 315 20 0 10 15 225 43 121
Binary 10111100 11011111 11001101 10000 0 1000 1101 10010101 100011 1010001

Color Harmonies of #BCDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFCD

Black with #BCDFCD

Text Example


Text Example

White with #BCDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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