Html Css Color HEX #BBAEC8 French Grey

📋 copy color: '#BBAEC8'

red 187 ◦ green 174 ◦ blue 200

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

Shades of French Grey #BBAEC8

Tints of French Grey #BBAEC8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.02%

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

R = 33.33%
G = 31.02%
B = 35.65%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBAEC8 (or 0xBBAEC8) is known color: French Grey. HEX triplet: BB, AE and C8. RGB value is (187,174,200). Sum of RGB (Red+Green+Blue) = 187+174+200=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC8 is #445137. Grayscale: #B4B4B4. Windows color (decimal): -4477240 or 13151931. OLE color: 13151931.

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

Color convert

RGB 187 174 200 -
CMYK 0.06 0.13 0 0.22
HSL 270º 0.19% 0.73% -
HSV(B) 270º 0.13% 0.78% -
XYZ 46.05 45.01 60.9 -
YUV 180.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 187 174 200 0.06 0.13 0 0.22 270 0.19 0.73
Hex BB AE C8 6 D 0 16 10E 13 49
Octal 273 256 310 6 15 0 26 416 23 111
Binary 10111011 10101110 11001000 110 1101 0 10110 100001110 10011 1001001

Color Harmonies of #BBAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEC8

Black with #BBAEC8

Text Example


Text Example

White with #BBAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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