Html Css Color HEX #B5D9DF Powder Blue

📋 copy color: '#B5D9DF'

red 181 ◦ green 217 ◦ blue 223

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

Shades of Powder Blue #B5D9DF

Tints of Powder Blue #B5D9DF

RGB

 RED value IS 181 (71.09% from 255) = 29.15%

 GREEN value IS 217 (85.16% from 255) = 34.94%

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

R = 29.15%
G = 34.94%
B = 35.91%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5D9DF (or 0xB5D9DF) is known color: Powder Blue. HEX triplet: B5, D9 and DF. RGB value is (181,217,223). Sum of RGB (Red+Green+Blue) = 181+217+223=621 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.15% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5D9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9DF is #4A2620. Grayscale: #CECECE. Windows color (decimal): -4859425 or 14670261. OLE color: 14670261.

HSL color Cylindrical-coordinate representation of color #B5D9DF: hue angle of 188.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5D9DF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 217 223 -
CMYK 0.19 0.03 0 0.13
HSL 188.57º 0.4% 0.79% -
HSV(B) 188.57º 0.19% 0.87% -
XYZ 57.19 64.78 79.3 -
YUV 206.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 181 217 223 0.19 0.03 0 0.13 188.57 0.4 0.79
Hex B5 D9 DF 13 3 0 D BD 28 4F
Octal 265 331 337 23 3 0 15 275 50 117
Binary 10110101 11011001 11011111 10011 11 0 1101 10111101 101000 1001111

Color Harmonies of #B5D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D9DF

Black with #B5D9DF

Text Example


Text Example

White with #B5D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D9DF; }

 p { color: rgb(181,217,223); }

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

background-color css

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

 a { background-color: rgb(181,217,223); }

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

border-color css

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

 span { border-color: rgb(181,217,223); }

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