Html Css Color HEX #B9DDE6 Powder Blue

📋 copy color: '#B9DDE6'

red 185 ◦ green 221 ◦ blue 230

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

Shades of Powder Blue #B9DDE6

Tints of Powder Blue #B9DDE6

RGB

 RED value IS 185 (72.66% from 255) = 29.09%

 GREEN value IS 221 (86.72% from 255) = 34.75%

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 29.09%
G = 34.75%
B = 36.16%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B9DDE6 (or 0xB9DDE6) is known color: Powder Blue. HEX triplet: B9, DD and E6. RGB value is (185,221,230). Sum of RGB (Red+Green+Blue) = 185+221+230=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #B9DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DDE6 is #462219. Grayscale: #D3D3D3. Windows color (decimal): -4596250 or 15130041. OLE color: 15130041.

HSL color Cylindrical-coordinate representation of color #B9DDE6: hue angle of 192º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9DDE6 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 221 230 -
CMYK 0.20 0.04 0 0.10
HSL 192º 0.47% 0.81% -
HSV(B) 192º 0.2% 0.9% -
XYZ 60.15 67.74 84.77 -
YUV 211.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 185 221 230 0.20 0.04 0 0.10 192 0.47 0.81
Hex B9 DD E6 14 4 0 A C0 2F 51
Octal 271 335 346 24 4 0 12 300 57 121
Binary 10111001 11011101 11100110 10100 100 0 1010 11000000 101111 1010001

Color Harmonies of #B9DDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDE6

Black with #B9DDE6

Text Example


Text Example

White with #B9DDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDE6; }

 p { color: rgb(185,221,230); }

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

background-color css

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

 a { background-color: rgb(185,221,230); }

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

border-color css

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

 span { border-color: rgb(185,221,230); }

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