Html Css Color HEX #B6B2D0 Blue Haze

📋 copy color: '#B6B2D0'

red 182 ◦ green 178 ◦ blue 208

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

Shades of Blue Haze #B6B2D0

Tints of Blue Haze #B6B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.34%

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 32.04%
G = 31.34%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B6B2D0 (or 0xB6B2D0) is known color: Blue Haze. HEX triplet: B6, B2 and D0. RGB value is (182,178,208). Sum of RGB (Red+Green+Blue) = 182+178+208=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6B2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2D0 is #494D2F. Grayscale: #B6B6B6. Windows color (decimal): -4803888 or 13677238. OLE color: 13677238.

HSL color Cylindrical-coordinate representation of color #B6B2D0: hue angle of 248º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6B2D0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 178 208 -
CMYK 0.12 0.14 0 0.18
HSL 248º 0.24% 0.76% -
HSV(B) 248º 0.14% 0.82% -
XYZ 46.6 46.34 66.16 -
YUV 182.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 182 178 208 0.12 0.14 0 0.18 248 0.24 0.76
Hex B6 B2 D0 C E 0 12 F8 18 4C
Octal 266 262 320 14 16 0 22 370 30 114
Binary 10110110 10110010 11010000 1100 1110 0 10010 11111000 11000 1001100

Color Harmonies of #B6B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B2D0

Black with #B6B2D0

Text Example


Text Example

White with #B6B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B2D0; }

 p { color: rgb(182,178,208); }

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

background-color css

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

 a { background-color: rgb(182,178,208); }

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

border-color css

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

 span { border-color: rgb(182,178,208); }

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