Html Css Color HEX #BBACC7 French Grey

📋 copy color: '#BBACC7'

red 187 ◦ green 172 ◦ blue 199

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

Shades of French Grey #BBACC7

Tints of French Grey #BBACC7

RGB

 RED value IS 187 (73.44% from 255) = 33.51%

 GREEN value IS 172 (67.58% from 255) = 30.82%

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 33.51%
G = 30.82%
B = 35.66%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBACC7 (or 0xBBACC7) is known color: French Grey. HEX triplet: BB, AC and C7. RGB value is (187,172,199). Sum of RGB (Red+Green+Blue) = 187+172+199=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC7 is #445338. Grayscale: #B3B3B3. Windows color (decimal): -4477753 or 13085883. OLE color: 13085883.

HSL color Cylindrical-coordinate representation of color #BBACC7: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBACC7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 172 199 -
CMYK 0.06 0.14 0 0.22
HSL 273.33º 0.19% 0.73% -
HSV(B) 273.33º 0.14% 0.78% -
XYZ 45.55 44.19 60.16 -
YUV 179.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 187 172 199 0.06 0.14 0 0.22 273.33 0.19 0.73
Hex BB AC C7 6 E 0 16 111 13 49
Octal 273 254 307 6 16 0 26 421 23 111
Binary 10111011 10101100 11000111 110 1110 0 10110 100010001 10011 1001001

Color Harmonies of #BBACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC7

Black with #BBACC7

Text Example


Text Example

White with #BBACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC7; }

 p { color: rgb(187,172,199); }

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

background-color css

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

 a { background-color: rgb(187,172,199); }

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

border-color css

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

 span { border-color: rgb(187,172,199); }

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