Html Css Color HEX #BAB4D5 Blue Haze

📋 copy color: '#BAB4D5'

red 186 ◦ green 180 ◦ blue 213

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

Shades of Blue Haze #BAB4D5

Tints of Blue Haze #BAB4D5

RGB

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

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

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

R = 32.12%
G = 31.09%
B = 36.79%

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

#BAB4D5 (or 0xBAB4D5) is known color: Blue Haze. HEX triplet: BA, B4 and D5. RGB value is (186,180,213). Sum of RGB (Red+Green+Blue) = 186+180+213=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D5 is #454B2A. Grayscale: #B9B9B9. Windows color (decimal): -4541227 or 14005434. OLE color: 14005434.

HSL color Cylindrical-coordinate representation of color #BAB4D5: hue angle of 250.91º 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 #BAB4D5 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 180 213 -
CMYK 0.13 0.15 0 0.16
HSL 250.91º 0.28% 0.77% -
HSV(B) 250.91º 0.15% 0.84% -
XYZ 48.58 47.89 69.63 -
YUV 185.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 186 180 213 0.13 0.15 0 0.16 250.91 0.28 0.77
Hex BA B4 D5 D F 0 10 FB 1C 4D
Octal 272 264 325 15 17 0 20 373 34 115
Binary 10111010 10110100 11010101 1101 1111 0 10000 11111011 11100 1001101

Color Harmonies of #BAB4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB4D5

Black with #BAB4D5

Text Example


Text Example

White with #BAB4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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