Html Css Color HEX #BAB4D1 Blue Haze

📋 copy color: '#BAB4D1'

red 186 ◦ green 180 ◦ blue 209

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

Shades of Blue Haze #BAB4D1

Tints of Blue Haze #BAB4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.3%

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

R = 32.35%
G = 31.3%
B = 36.35%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BAB4D1 (or 0xBAB4D1) is known color: Blue Haze. HEX triplet: BA, B4 and D1. RGB value is (186,180,209). Sum of RGB (Red+Green+Blue) = 186+180+209=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D1 is #454B2E. Grayscale: #B8B8B8. Windows color (decimal): -4541231 or 13743290. OLE color: 13743290.

HSL color Cylindrical-coordinate representation of color #BAB4D1: hue angle of 252.41º 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 #BAB4D1 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 180 209 -
CMYK 0.11 0.14 0 0.18
HSL 252.41º 0.24% 0.76% -
HSV(B) 252.41º 0.14% 0.82% -
XYZ 48.08 47.69 66.99 -
YUV 185.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 186 180 209 0.11 0.14 0 0.18 252.41 0.24 0.76
Hex BA B4 D1 B E 0 12 FC 18 4C
Octal 272 264 321 13 16 0 22 374 30 114
Binary 10111010 10110100 11010001 1011 1110 0 10010 11111100 11000 1001100

Color Harmonies of #BAB4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4D1

Black with #BAB4D1

Text Example


Text Example

White with #BAB4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4D1; }

 p { color: rgb(186,180,209); }

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

background-color css

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

 a { background-color: rgb(186,180,209); }

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

border-color css

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

 span { border-color: rgb(186,180,209); }

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