#BDDFE0

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

Shades of Powder Blue #BDDFE0

Tints of Powder Blue #BDDFE0

Color information

#BDDFE0 (or 0xBDDFE0) is unknown color: approx Powder Blue. HEX triplet: BD, DF and E0. RGB value is (189,223,224). Sum of RGB (Red+Green+Blue) = 189+223+224=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFE0 is #42201F. Grayscale: #D4D4D4. Windows color (decimal): -4333600 or 14737341. OLE color: 14737341.

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

Color convert

RGB189223224-
CMYK0.160.0000.12
HSL181.71º36.08%80.98%-
HSV(B)181.71º15.62%87.84%-
XYZ60.8368.9880.63-
YUV212.95134.24110.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=29.72%
G=35.06%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892232240.160.0000.12181.7136.0880.98
HexBDDFE01000Cb62451
Octal27533734020001426644121
Binary10111101110111111110000010000001100101101101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFE0; }

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

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

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

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

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

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

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

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