Html Css Color HEX #B6B0D1 Blue Haze

📋 copy color: '#B6B0D1'

red 182 ◦ green 176 ◦ blue 209

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

Shades of Blue Haze #B6B0D1

Tints of Blue Haze #B6B0D1

RGB

 RED value IS 182 (71.48% from 255) = 32.1%

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

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 32.1%
G = 31.04%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B6B0D1 (or 0xB6B0D1) is known color: Blue Haze. HEX triplet: B6, B0 and D1. RGB value is (182,176,209). Sum of RGB (Red+Green+Blue) = 182+176+209=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6B0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0D1 is #494F2E. Grayscale: #B5B5B5. Windows color (decimal): -4804399 or 13742262. OLE color: 13742262.

HSL color Cylindrical-coordinate representation of color #B6B0D1: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6B0D1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 176 209 -
CMYK 0.13 0.16 0 0.18
HSL 250.91º 0.26% 0.75% -
HSV(B) 250.91º 0.16% 0.82% -
XYZ 46.33 45.6 66.68 -
YUV 181.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 182 176 209 0.13 0.16 0 0.18 250.91 0.26 0.75
Hex B6 B0 D1 D 10 0 12 FB 1A 4B
Octal 266 260 321 15 20 0 22 373 32 113
Binary 10110110 10110000 11010001 1101 10000 0 10010 11111011 11010 1001011

Color Harmonies of #B6B0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B0D1

Black with #B6B0D1

Text Example


Text Example

White with #B6B0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B0D1; }

 p { color: rgb(182,176,209); }

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

background-color css

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

 a { background-color: rgb(182,176,209); }

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

border-color css

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

 span { border-color: rgb(182,176,209); }

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