Html Css Color HEX #BDDCCF Aero Blue

📋 copy color: '#BDDCCF'

red 189 ◦ green 220 ◦ blue 207

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

Shades of Aero Blue #BDDCCF

Tints of Aero Blue #BDDCCF

RGB

 RED value IS 189 (74.22% from 255) = 30.68%

 GREEN value IS 220 (86.33% from 255) = 35.71%

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

R = 30.68%
G = 35.71%
B = 33.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#BDDCCF (or 0xBDDCCF) is known color: Aero Blue. HEX triplet: BD, DC and CF. RGB value is (189,220,207). Sum of RGB (Red+Green+Blue) = 189+220+207=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCCF is #422330. Grayscale: #D1D1D1. Windows color (decimal): -4334385 or 13622461. OLE color: 13622461.

HSL color Cylindrical-coordinate representation of color #BDDCCF: hue angle of 154.84º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCCF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 207 -
CMYK 0.14 0 0.06 0.14
HSL 154.84º 0.31% 0.8% -
HSV(B) 154.84º 0.14% 0.86% -
XYZ 57.84 66.51 68.82 -
YUV 209.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 189 220 207 0.14 0 0.06 0.14 154.84 0.31 0.8
Hex BD DC CF E 0 6 E 9B 1F 50
Octal 275 334 317 16 0 6 16 233 37 120
Binary 10111101 11011100 11001111 1110 0 110 1110 10011011 11111 1010000

Color Harmonies of #BDDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCCF

Black with #BDDCCF

Text Example


Text Example

White with #BDDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCCF; }

 p { color: rgb(189,220,207); }

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

background-color css

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

 a { background-color: rgb(189,220,207); }

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

border-color css

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

 span { border-color: rgb(189,220,207); }

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