Html Css Color HEX #BABBCA Lavender Grey

📋 copy color: '#BABBCA'

red 186 ◦ green 187 ◦ blue 202

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

Shades of Lavender Grey #BABBCA

Tints of Lavender Grey #BABBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 32.35%
G = 32.52%
B = 35.13%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BABBCA (or 0xBABBCA) is known color: Lavender Grey. HEX triplet: BA, BB and CA. RGB value is (186,187,202). Sum of RGB (Red+Green+Blue) = 186+187+202=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBCA is #454435. Grayscale: #BCBCBC. Windows color (decimal): -4539446 or 13286330. OLE color: 13286330.

HSL color Cylindrical-coordinate representation of color #BABBCA: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BABBCA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 187 202 -
CMYK 0.08 0.07 0 0.21
HSL 236.25º 0.13% 0.76% -
HSV(B) 236.25º 0.08% 0.79% -
XYZ 48.68 50.24 63.01 -
YUV 188.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 186 187 202 0.08 0.07 0 0.21 236.25 0.13 0.76
Hex BA BB CA 8 7 0 15 EC D 4C
Octal 272 273 312 10 7 0 25 354 15 114
Binary 10111010 10111011 11001010 1000 111 0 10101 11101100 1101 1001100

Color Harmonies of #BABBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABBCA

Black with #BABBCA

Text Example


Text Example

White with #BABBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABBCA; }

 p { color: rgb(186,187,202); }

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

background-color css

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

 a { background-color: rgb(186,187,202); }

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

border-color css

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

 span { border-color: rgb(186,187,202); }

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