Html Css Color HEX #BBAEC4 French Grey

📋 copy color: '#BBAEC4'

red 187 ◦ green 174 ◦ blue 196

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

Shades of French Grey #BBAEC4

Tints of French Grey #BBAEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 33.57%
G = 31.24%
B = 35.19%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBAEC4 (or 0xBBAEC4) is known color: French Grey. HEX triplet: BB, AE and C4. RGB value is (187,174,196). Sum of RGB (Red+Green+Blue) = 187+174+196=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEC4 is #44513B. Grayscale: #B4B4B4. Windows color (decimal): -4477244 or 12889787. OLE color: 12889787.

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

Color convert

RGB 187 174 196 -
CMYK 0.05 0.11 0 0.23
HSL 275.45º 0.16% 0.73% -
HSV(B) 275.45º 0.11% 0.77% -
XYZ 45.59 44.82 58.47 -
YUV 180.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 187 174 196 0.05 0.11 0 0.23 275.45 0.16 0.73
Hex BB AE C4 5 B 0 17 113 10 49
Octal 273 256 304 5 13 0 27 423 20 111
Binary 10111011 10101110 11000100 101 1011 0 10111 100010011 10000 1001001

Color Harmonies of #BBAEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEC4

Black with #BBAEC4

Text Example


Text Example

White with #BBAEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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