#BDDCE0

Color #BDDCE0 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #BDDCE0

Tints of Powder Blue #BDDCE0

Color information

#BDDCE0 (or 0xBDDCE0) is unknown color: approx Powder Blue. HEX triplet: BD, DC and E0. RGB value is (189,220,224). Sum of RGB (Red+Green+Blue) = 189+220+224=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCE0 is #42231F. Grayscale: #D3D3D3. Windows color (decimal): -4334368 or 14736573. OLE color: 14736573.

HSL color Cylindrical-coordinate representation of color #BDDCE0: hue angle of 186.86º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDCE0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189220224-
CMYK0.160.0200.12
HSL186.86º36.08%80.98%-
HSV(B)186.86º15.62%87.84%-
XYZ60.0367.3980.36-
YUV211.19135.23112.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=29.86%
G=34.76%
B=35.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892202240.160.0200.12186.8636.0880.98
HexBDDCE01020Cbb2451
Octal27533434020201427344121
Binary101111011101110011100000100001001100101110111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDCE0; }

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

 H1.HeaderClassName
 {
   color: #BDDCE0;
 }
 .AnyTagClassName
 {
   color: #BDDCE0;
 }
</style>
background-color css

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

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

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

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

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

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