Html Css Color HEX #BAB5D5 Blue Haze

📋 copy color: '#BAB5D5'

red 186 ◦ green 181 ◦ blue 213

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

Shades of Blue Haze #BAB5D5

Tints of Blue Haze #BAB5D5

RGB

 RED value IS 186 (73.05% from 255) = 32.07%

 GREEN value IS 181 (71.09% from 255) = 31.21%

 BLUE value IS 213 (83.59% from 255) = 36.72%

R = 32.07%
G = 31.21%
B = 36.72%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAB5D5 (or 0xBAB5D5) is known color: Blue Haze. HEX triplet: BA, B5 and D5. RGB value is (186,181,213). Sum of RGB (Red+Green+Blue) = 186+181+213=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5D5 is #454A2A. Grayscale: #BABABA. Windows color (decimal): -4540971 or 14005690. OLE color: 14005690.

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

Color convert

RGB 186 181 213 -
CMYK 0.13 0.15 0 0.16
HSL 249.38º 0.28% 0.77% -
HSV(B) 249.38º 0.15% 0.84% -
XYZ 48.78 48.29 69.7 -
YUV 186.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 186 181 213 0.13 0.15 0 0.16 249.38 0.28 0.77
Hex BA B5 D5 D F 0 10 F9 1C 4D
Octal 272 265 325 15 17 0 20 371 34 115
Binary 10111010 10110101 11010101 1101 1111 0 10000 11111001 11100 1001101

Color Harmonies of #BAB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB5D5

Black with #BAB5D5

Text Example


Text Example

White with #BAB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB5D5; }

 p { color: rgb(186,181,213); }

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

background-color css

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

 a { background-color: rgb(186,181,213); }

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

border-color css

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

 span { border-color: rgb(186,181,213); }

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