Html Css Color HEX #BDDEE0 Powder Blue

📋 copy color: '#BDDEE0'

red 189 ◦ green 222 ◦ blue 224

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

Shades of Powder Blue #BDDEE0

Tints of Powder Blue #BDDEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 29.76%
G = 34.96%
B = 35.28%

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

#BDDEE0 (or 0xBDDEE0) is known color: Powder Blue. HEX triplet: BD, DE and E0. RGB value is (189,222,224). Sum of RGB (Red+Green+Blue) = 189+222+224=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDDEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEE0 is #42211F. Grayscale: #D4D4D4. Windows color (decimal): -4333856 or 14737085. OLE color: 14737085.

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

Color convert

RGB 189 222 224 -
CMYK 0.16 0.01 0 0.12
HSL 183.43º 0.36% 0.81% -
HSV(B) 183.43º 0.16% 0.88% -
XYZ 60.56 68.44 80.54 -
YUV 212.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 189 222 224 0.16 0.01 0 0.12 183.43 0.36 0.81
Hex BD DE E0 10 1 0 C B7 24 51
Octal 275 336 340 20 1 0 14 267 44 121
Binary 10111101 11011110 11100000 10000 1 0 1100 10110111 100100 1010001

Color Harmonies of #BDDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEE0

Black with #BDDEE0

Text Example


Text Example

White with #BDDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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