Html Css Color HEX #BBACC5 French Grey

📋 copy color: '#BBACC5'

red 187 ◦ green 172 ◦ blue 197

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

Shades of French Grey #BBACC5

Tints of French Grey #BBACC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 33.63%
G = 30.94%
B = 35.43%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBACC5 (or 0xBBACC5) is known color: French Grey. HEX triplet: BB, AC and C5. RGB value is (187,172,197). Sum of RGB (Red+Green+Blue) = 187+172+197=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC5 is #44533A. Grayscale: #B3B3B3. Windows color (decimal): -4477755 or 12954811. OLE color: 12954811.

HSL color Cylindrical-coordinate representation of color #BBACC5: hue angle of 276º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBACC5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 172 197 -
CMYK 0.05 0.13 0 0.23
HSL 276º 0.18% 0.72% -
HSV(B) 276º 0.13% 0.77% -
XYZ 45.32 44.1 58.95 -
YUV 179.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 187 172 197 0.05 0.13 0 0.23 276 0.18 0.72
Hex BB AC C5 5 D 0 17 114 12 48
Octal 273 254 305 5 15 0 27 424 22 110
Binary 10111011 10101100 11000101 101 1101 0 10111 100010100 10010 1001000

Color Harmonies of #BBACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC5

Black with #BBACC5

Text Example


Text Example

White with #BBACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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