Html Css Color HEX #B5D4D8 Powder Blue

📋 copy color: '#B5D4D8'

red 181 ◦ green 212 ◦ blue 216

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

Shades of Powder Blue #B5D4D8

Tints of Powder Blue #B5D4D8

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.81%

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 29.72%
G = 34.81%
B = 35.47%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B5D4D8 (or 0xB5D4D8) is known color: Powder Blue. HEX triplet: B5, D4 and D8. RGB value is (181,212,216). Sum of RGB (Red+Green+Blue) = 181+212+216=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D4D8 is #4A2B27. Grayscale: #CBCBCB. Windows color (decimal): -4860712 or 14210229. OLE color: 14210229.

HSL color Cylindrical-coordinate representation of color #B5D4D8: hue angle of 186.86º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5D4D8 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 212 216 -
CMYK 0.16 0.02 0 0.15
HSL 186.86º 0.31% 0.78% -
HSV(B) 186.86º 0.16% 0.85% -
XYZ 54.99 61.87 74.01 -
YUV 203.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 181 212 216 0.16 0.02 0 0.15 186.86 0.31 0.78
Hex B5 D4 D8 10 2 0 F BB 1F 4E
Octal 265 324 330 20 2 0 17 273 37 116
Binary 10110101 11010100 11011000 10000 10 0 1111 10111011 11111 1001110

Color Harmonies of #B5D4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D4D8

Black with #B5D4D8

Text Example


Text Example

White with #B5D4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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