#BDDBE1

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

Shades of Powder Blue #BDDBE1

Tints of Powder Blue #BDDBE1

Color information

#BDDBE1 (or 0xBDDBE1) is unknown color: approx Powder Blue. HEX triplet: BD, DB and E1. RGB value is (189,219,225). Sum of RGB (Red+Green+Blue) = 189+219+225=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBE1 is #42241E. Grayscale: #D2D2D2. Windows color (decimal): -4334623 or 14801853. OLE color: 14801853.

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

Color convert

RGB189219225-
CMYK0.160.0300.12
HSL190º37.5%81.18%-
HSV(B)190º16%88.24%-
XYZ59.9166.9280.99-
YUV210.71136.06112.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=29.86%
G=34.60%
B=35.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892192250.160.0300.1219037.581.18
HexBDDBE11030Cbe2551
Octal27533334120301427645121
Binary101111011101101111100001100001101100101111101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBE1; }

 p { color: rgb(189,219,225); }

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

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

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

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

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

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

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