#BDDFDF

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

Shades of Powder Blue #BDDFDF

Tints of Powder Blue #BDDFDF

Color information

#BDDFDF (or 0xBDDFDF) is unknown color: approx Powder Blue. HEX triplet: BD, DF and DF. RGB value is (189,223,223). Sum of RGB (Red+Green+Blue) = 189+223+223=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #BDDFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFDF is #422020. Grayscale: #D4D4D4. Windows color (decimal): -4333601 or 14671805. OLE color: 14671805.

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

Color convert

RGB189223223-
CMYK0.15000.13
HSL180º34.69%80.78%-
HSV(B)180º15.25%87.45%-
XYZ60.6968.9279.92-
YUV212.83133.74111-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=29.76%
G=35.12%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232230.15000.1318034.6980.78
HexBDDFDFF00Db42351
Octal27533733717001526443121
Binary1011110111011111110111111111001101101101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFDF; }

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

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

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

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

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

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

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

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