Html Css Color HEX #B5D8DC Powder Blue

📋 copy color: '#B5D8DC'

red 181 ◦ green 216 ◦ blue 220

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

Shades of Powder Blue #B5D8DC

Tints of Powder Blue #B5D8DC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 29.34%
G = 35.01%
B = 35.66%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5D8DC (or 0xB5D8DC) is known color: Powder Blue. HEX triplet: B5, D8 and DC. RGB value is (181,216,220). Sum of RGB (Red+Green+Blue) = 181+216+220=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5D8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D8DC is #4A2723. Grayscale: #CDCDCD. Windows color (decimal): -4859684 or 14473397. OLE color: 14473397.

HSL color Cylindrical-coordinate representation of color #B5D8DC: hue angle of 186.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5D8DC is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 216 220 -
CMYK 0.18 0.02 0 0.14
HSL 186.15º 0.36% 0.79% -
HSV(B) 186.15º 0.18% 0.86% -
XYZ 56.53 64.1 77.1 -
YUV 205.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 181 216 220 0.18 0.02 0 0.14 186.15 0.36 0.79
Hex B5 D8 DC 12 2 0 E BA 24 4F
Octal 265 330 334 22 2 0 16 272 44 117
Binary 10110101 11011000 11011100 10010 10 0 1110 10111010 100100 1001111

Color Harmonies of #B5D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D8DC

Black with #B5D8DC

Text Example


Text Example

White with #B5D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D8DC; }

 p { color: rgb(181,216,220); }

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

background-color css

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

 a { background-color: rgb(181,216,220); }

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

border-color css

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

 span { border-color: rgb(181,216,220); }

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