Html Css Color HEX #BBACC8 French Grey

📋 copy color: '#BBACC8'

red 187 ◦ green 172 ◦ blue 200

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

Shades of French Grey #BBACC8

Tints of French Grey #BBACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.78%

R = 33.45%
G = 30.77%
B = 35.78%

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

#BBACC8 (or 0xBBACC8) is known color: French Grey. HEX triplet: BB, AC and C8. RGB value is (187,172,200). Sum of RGB (Red+Green+Blue) = 187+172+200=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC8 is #445337. Grayscale: #B3B3B3. Windows color (decimal): -4477752 or 13151419. OLE color: 13151419.

HSL color Cylindrical-coordinate representation of color #BBACC8: hue angle of 272.14º degrees, saturation: 0.2, 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 #BBACC8 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 172 200 -
CMYK 0.06 0.14 0 0.22
HSL 272.14º 0.2% 0.73% -
HSV(B) 272.14º 0.14% 0.78% -
XYZ 45.67 44.24 60.78 -
YUV 179.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 187 172 200 0.06 0.14 0 0.22 272.14 0.2 0.73
Hex BB AC C8 6 E 0 16 110 14 49
Octal 273 254 310 6 16 0 26 420 24 111
Binary 10111011 10101100 11001000 110 1110 0 10110 100010000 10100 1001001

Color Harmonies of #BBACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC8

Black with #BBACC8

Text Example


Text Example

White with #BBACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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