Html Css Color HEX #B7B0D7 Blue Haze

📋 copy color: '#B7B0D7'

red 183 ◦ green 176 ◦ blue 215

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

Shades of Blue Haze #B7B0D7

Tints of Blue Haze #B7B0D7

RGB

 RED value IS 183 (71.88% from 255) = 31.88%

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

 BLUE value IS 215 (84.38% from 255) = 37.46%

R = 31.88%
G = 30.66%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B7B0D7 (or 0xB7B0D7) is known color: Blue Haze. HEX triplet: B7, B0 and D7. RGB value is (183,176,215). Sum of RGB (Red+Green+Blue) = 183+176+215=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #B7B0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7B0D7 is #484F28. Grayscale: #B6B6B6. Windows color (decimal): -4738857 or 14135479. OLE color: 14135479.

HSL color Cylindrical-coordinate representation of color #B7B0D7: hue angle of 250.77º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B0D7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 176 215 -
CMYK 0.15 0.18 0 0.16
HSL 250.77º 0.33% 0.77% -
HSV(B) 250.77º 0.18% 0.84% -
XYZ 47.32 46.02 70.68 -
YUV 182.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 183 176 215 0.15 0.18 0 0.16 250.77 0.33 0.77
Hex B7 B0 D7 F 12 0 10 FB 21 4D
Octal 267 260 327 17 22 0 20 373 41 115
Binary 10110111 10110000 11010111 1111 10010 0 10000 11111011 100001 1001101

Color Harmonies of #B7B0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B0D7

Black with #B7B0D7

Text Example


Text Example

White with #B7B0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B0D7; }

 p { color: rgb(183,176,215); }

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

background-color css

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

 a { background-color: rgb(183,176,215); }

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

border-color css

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

 span { border-color: rgb(183,176,215); }

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