Html Css Color HEX #BBC7BB Paris White

📋 copy color: '#BBC7BB'

red 187 ◦ green 199 ◦ blue 187

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

Shades of Paris White #BBC7BB

Tints of Paris White #BBC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 32.64%
G = 34.73%
B = 32.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#BBC7BB (or 0xBBC7BB) is known color: Paris White. HEX triplet: BB, C7 and BB. RGB value is (187,199,187). Sum of RGB (Red+Green+Blue) = 187+199+187=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7BB is #443844. Grayscale: #C2C2C2. Windows color (decimal): -4470853 or 12306363. OLE color: 12306363.

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

Color convert

RGB 187 199 187 -
CMYK 0.06 0 0.06 0.22
HSL 120º 0.1% 0.76% -
HSV(B) 120º 0.06% 0.78% -
XYZ 49.89 55 55 -
YUV 194.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 187 199 187 0.06 0 0.06 0.22 120 0.1 0.76
Hex BB C7 BB 6 0 6 16 78 A 4C
Octal 273 307 273 6 0 6 26 170 12 114
Binary 10111011 11000111 10111011 110 0 110 10110 1111000 1010 1001100

Color Harmonies of #BBC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7BB

Black with #BBC7BB

Text Example


Text Example

White with #BBC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7BB; }

 p { color: rgb(187,199,187); }

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

background-color css

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

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

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

border-color css

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

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

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