Html Css Color HEX #BDDEE1 Powder Blue

📋 copy color: '#BDDEE1'

red 189 ◦ green 222 ◦ blue 225

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

Shades of Powder Blue #BDDEE1

Tints of Powder Blue #BDDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

 BLUE value IS 225 (88.28% from 255) = 35.38%

R = 29.72%
G = 34.91%
B = 35.38%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDDEE1 (or 0xBDDEE1) is known color: Powder Blue. HEX triplet: BD, DE and E1. RGB value is (189,222,225). Sum of RGB (Red+Green+Blue) = 189+222+225=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDDEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE1 is #42211E. Grayscale: #D4D4D4. Windows color (decimal): -4333855 or 14802621. OLE color: 14802621.

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

Color convert

RGB 189 222 225 -
CMYK 0.16 0.01 0 0.12
HSL 185º 0.38% 0.81% -
HSV(B) 185º 0.16% 0.88% -
XYZ 60.7 68.5 81.26 -
YUV 212.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 189 222 225 0.16 0.01 0 0.12 185 0.38 0.81
Hex BD DE E1 10 1 0 C B9 26 51
Octal 275 336 341 20 1 0 14 271 46 121
Binary 10111101 11011110 11100001 10000 1 0 1100 10111001 100110 1010001

Color Harmonies of #BDDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEE1

Black with #BDDEE1

Text Example


Text Example

White with #BDDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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