Html Css Color HEX #BCDDCF Aero Blue

📋 copy color: '#BCDDCF'

red 188 ◦ green 221 ◦ blue 207

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

Shades of Aero Blue #BCDDCF

Tints of Aero Blue #BCDDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.88%

 BLUE value IS 207 (81.25% from 255) = 33.6%

R = 30.52%
G = 35.88%
B = 33.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BCDDCF (or 0xBCDDCF) is known color: Aero Blue. HEX triplet: BC, DD and CF. RGB value is (188,221,207). Sum of RGB (Red+Green+Blue) = 188+221+207=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCF is #432230. Grayscale: #D1D1D1. Windows color (decimal): -4399665 or 13622716. OLE color: 13622716.

HSL color Cylindrical-coordinate representation of color #BCDDCF: hue angle of 154.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDCF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 207 -
CMYK 0.15 0 0.06 0.13
HSL 154.55º 0.33% 0.8% -
HSV(B) 154.55º 0.15% 0.87% -
XYZ 57.86 66.91 68.9 -
YUV 209.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 188 221 207 0.15 0 0.06 0.13 154.55 0.33 0.8
Hex BC DD CF F 0 6 D 9B 21 50
Octal 274 335 317 17 0 6 15 233 41 120
Binary 10111100 11011101 11001111 1111 0 110 1101 10011011 100001 1010000

Color Harmonies of #BCDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDCF

Black with #BCDDCF

Text Example


Text Example

White with #BCDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDCF; }

 p { color: rgb(188,221,207); }

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

background-color css

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

 a { background-color: rgb(188,221,207); }

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

border-color css

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

 span { border-color: rgb(188,221,207); }

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