Html Css Color HEX #B9E1DF Powder Blue

📋 copy color: '#B9E1DF'

red 185 ◦ green 225 ◦ blue 223

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

Shades of Powder Blue #B9E1DF

Tints of Powder Blue #B9E1DF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.55%

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

R = 29.23%
G = 35.55%
B = 35.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#B9E1DF (or 0xB9E1DF) is known color: Powder Blue. HEX triplet: B9, E1 and DF. RGB value is (185,225,223). Sum of RGB (Red+Green+Blue) = 185+225+223=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E1DF is #461E20. Grayscale: #D4D4D4. Windows color (decimal): -4595233 or 14672313. OLE color: 14672313.

HSL color Cylindrical-coordinate representation of color #B9E1DF: hue angle of 177º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E1DF is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 223 -
CMYK 0.18 0 0.01 0.12
HSL 177º 0.4% 0.8% -
HSV(B) 177º 0.18% 0.88% -
XYZ 60.25 69.49 80.05 -
YUV 212.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 185 225 223 0.18 0 0.01 0.12 177 0.4 0.8
Hex B9 E1 DF 12 0 1 C B1 28 50
Octal 271 341 337 22 0 1 14 261 50 120
Binary 10111001 11100001 11011111 10010 0 1 1100 10110001 101000 1010000

Color Harmonies of #B9E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E1DF

Black with #B9E1DF

Text Example


Text Example

White with #B9E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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