Html Css Color HEX #B9DDDF Powder Blue

📋 copy color: '#B9DDDF'

red 185 ◦ green 221 ◦ blue 223

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

Shades of Powder Blue #B9DDDF

Tints of Powder Blue #B9DDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 29.41%
G = 35.14%
B = 35.45%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9DDDF (or 0xB9DDDF) is known color: Powder Blue. HEX triplet: B9, DD and DF. RGB value is (185,221,223). Sum of RGB (Red+Green+Blue) = 185+221+223=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDDF is #462220. Grayscale: #D2D2D2. Windows color (decimal): -4596257 or 14671289. OLE color: 14671289.

HSL color Cylindrical-coordinate representation of color #B9DDDF: hue angle of 183.16º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DDDF is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 223 -
CMYK 0.17 0.01 0 0.13
HSL 183.16º 0.37% 0.8% -
HSV(B) 183.16º 0.17% 0.87% -
XYZ 59.18 67.35 79.69 -
YUV 210.46 135.07 109.84 -
System Red Green Blue C M Y K H S L
Decimal 185 221 223 0.17 0.01 0 0.13 183.16 0.37 0.8
Hex B9 DD DF 11 1 0 D B7 25 50
Octal 271 335 337 21 1 0 15 267 45 120
Binary 10111001 11011101 11011111 10001 1 0 1101 10110111 100101 1010000

Color Harmonies of #B9DDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DDDF

Black with #B9DDDF

Text Example


Text Example

White with #B9DDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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