Html Css Color HEX #BBADC8 French Grey

📋 copy color: '#BBADC8'

red 187 ◦ green 173 ◦ blue 200

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

Shades of French Grey #BBADC8

Tints of French Grey #BBADC8

RGB

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

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

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

R = 33.39%
G = 30.89%
B = 35.71%

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

#BBADC8 (or 0xBBADC8) is known color: French Grey. HEX triplet: BB, AD and C8. RGB value is (187,173,200). Sum of RGB (Red+Green+Blue) = 187+173+200=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC8 is #445237. Grayscale: #B4B4B4. Windows color (decimal): -4477496 or 13151675. OLE color: 13151675.

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

Color convert

RGB 187 173 200 -
CMYK 0.06 0.14 0 0.22
HSL 271.11º 0.2% 0.73% -
HSV(B) 271.11º 0.14% 0.78% -
XYZ 45.86 44.62 60.84 -
YUV 180.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 187 173 200 0.06 0.14 0 0.22 271.11 0.2 0.73
Hex BB AD C8 6 E 0 16 10F 14 49
Octal 273 255 310 6 16 0 26 417 24 111
Binary 10111011 10101101 11001000 110 1110 0 10110 100001111 10100 1001001

Color Harmonies of #BBADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADC8

Black with #BBADC8

Text Example


Text Example

White with #BBADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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