Html Css Color HEX #BBADC5 French Grey

📋 copy color: '#BBADC5'

red 187 ◦ green 173 ◦ blue 197

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

Shades of French Grey #BBADC5

Tints of French Grey #BBADC5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 33.57%
G = 31.06%
B = 35.37%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBADC5 (or 0xBBADC5) is known color: French Grey. HEX triplet: BB, AD and C5. RGB value is (187,173,197). Sum of RGB (Red+Green+Blue) = 187+173+197=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC5 is #44523A. Grayscale: #B3B3B3. Windows color (decimal): -4477499 or 12955067. OLE color: 12955067.

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

Color convert

RGB 187 173 197 -
CMYK 0.05 0.12 0 0.23
HSL 275º 0.17% 0.73% -
HSV(B) 275º 0.12% 0.77% -
XYZ 45.52 44.48 59.01 -
YUV 179.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 187 173 197 0.05 0.12 0 0.23 275 0.17 0.73
Hex BB AD C5 5 C 0 17 113 11 49
Octal 273 255 305 5 14 0 27 423 21 111
Binary 10111011 10101101 11000101 101 1100 0 10111 100010011 10001 1001001

Color Harmonies of #BBADC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADC5

Black with #BBADC5

Text Example


Text Example

White with #BBADC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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