Html Css Color HEX #BAB8CC Blue Haze

📋 copy color: '#BAB8CC'

red 186 ◦ green 184 ◦ blue 204

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

Shades of Blue Haze #BAB8CC

Tints of Blue Haze #BAB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.06%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 32.4%
G = 32.06%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAB8CC (or 0xBAB8CC) is known color: Blue Haze. HEX triplet: BA, B8 and CC. RGB value is (186,184,204). Sum of RGB (Red+Green+Blue) = 186+184+204=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8CC is #454733. Grayscale: #BABABA. Windows color (decimal): -4540212 or 13416634. OLE color: 13416634.

HSL color Cylindrical-coordinate representation of color #BAB8CC: hue angle of 246º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB8CC is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 184 204 -
CMYK 0.09 0.10 0 0.2
HSL 246º 0.16% 0.76% -
HSV(B) 246º 0.1% 0.8% -
XYZ 48.29 49.08 64.05 -
YUV 186.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 186 184 204 0.09 0.10 0 0.2 246 0.16 0.76
Hex BA B8 CC 9 A 0 14 F6 10 4C
Octal 272 270 314 11 12 0 24 366 20 114
Binary 10111010 10111000 11001100 1001 1010 0 10100 11110110 10000 1001100

Color Harmonies of #BAB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB8CC

Black with #BAB8CC

Text Example


Text Example

White with #BAB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB8CC; }

 p { color: rgb(186,184,204); }

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

background-color css

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

 a { background-color: rgb(186,184,204); }

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

border-color css

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

 span { border-color: rgb(186,184,204); }

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