Html Css Color HEX #BBACC9 French Grey

📋 copy color: '#BBACC9'

red 187 ◦ green 172 ◦ blue 201

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

Shades of French Grey #BBACC9

Tints of French Grey #BBACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.89%

R = 33.39%
G = 30.71%
B = 35.89%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBACC9 (or 0xBBACC9) is known color: French Grey. HEX triplet: BB, AC and C9. RGB value is (187,172,201). Sum of RGB (Red+Green+Blue) = 187+172+201=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC9 is #445336. Grayscale: #B3B3B3. Windows color (decimal): -4477751 or 13216955. OLE color: 13216955.

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

Color convert

RGB 187 172 201 -
CMYK 0.07 0.14 0 0.21
HSL 271.03º 0.21% 0.73% -
HSV(B) 271.03º 0.14% 0.79% -
XYZ 45.79 44.29 61.39 -
YUV 179.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 187 172 201 0.07 0.14 0 0.21 271.03 0.21 0.73
Hex BB AC C9 7 E 0 15 10F 15 49
Octal 273 254 311 7 16 0 25 417 25 111
Binary 10111011 10101100 11001001 111 1110 0 10101 100001111 10101 1001001

Color Harmonies of #BBACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC9

Black with #BBACC9

Text Example


Text Example

White with #BBACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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