Html Css Color HEX #BAB4D6 Blue Haze

📋 copy color: '#BAB4D6'

red 186 ◦ green 180 ◦ blue 214

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

Shades of Blue Haze #BAB4D6

Tints of Blue Haze #BAB4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 32.07%
G = 31.03%
B = 36.9%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAB4D6 (or 0xBAB4D6) is known color: Blue Haze. HEX triplet: BA, B4 and D6. RGB value is (186,180,214). Sum of RGB (Red+Green+Blue) = 186+180+214=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAB4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D6 is #454B29. Grayscale: #B9B9B9. Windows color (decimal): -4541226 or 14070970. OLE color: 14070970.

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

Color convert

RGB 186 180 214 -
CMYK 0.13 0.16 0 0.16
HSL 250.59º 0.29% 0.77% -
HSV(B) 250.59º 0.16% 0.84% -
XYZ 48.71 47.94 70.3 -
YUV 185.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 186 180 214 0.13 0.16 0 0.16 250.59 0.29 0.77
Hex BA B4 D6 D 10 0 10 FB 1D 4D
Octal 272 264 326 15 20 0 20 373 35 115
Binary 10111010 10110100 11010110 1101 10000 0 10000 11111011 11101 1001101

Color Harmonies of #BAB4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4D6

Black with #BAB4D6

Text Example


Text Example

White with #BAB4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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