Html Css Color HEX #B5B0D4 Blue Haze

📋 copy color: '#B5B0D4'

red 181 ◦ green 176 ◦ blue 212

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

Shades of Blue Haze #B5B0D4

Tints of Blue Haze #B5B0D4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.93%

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 31.81%
G = 30.93%
B = 37.26%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B5B0D4 (or 0xB5B0D4) is known color: Blue Haze. HEX triplet: B5, B0 and D4. RGB value is (181,176,212). Sum of RGB (Red+Green+Blue) = 181+176+212=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5B0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0D4 is #4A4F2B. Grayscale: #B5B5B5. Windows color (decimal): -4869932 or 13938869. OLE color: 13938869.

HSL color Cylindrical-coordinate representation of color #B5B0D4: hue angle of 248.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B0D4 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 176 212 -
CMYK 0.15 0.17 0 0.17
HSL 248.33º 0.3% 0.76% -
HSV(B) 248.33º 0.17% 0.83% -
XYZ 46.47 45.63 68.65 -
YUV 181.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 181 176 212 0.15 0.17 0 0.17 248.33 0.3 0.76
Hex B5 B0 D4 F 11 0 11 F8 1E 4C
Octal 265 260 324 17 21 0 21 370 36 114
Binary 10110101 10110000 11010100 1111 10001 0 10001 11111000 11110 1001100

Color Harmonies of #B5B0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B0D4

Black with #B5B0D4

Text Example


Text Example

White with #B5B0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B0D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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