Html Css Color HEX #BBC2BB Paris White

📋 copy color: '#BBC2BB'

red 187 ◦ green 194 ◦ blue 187

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

Shades of Paris White #BBC2BB

Tints of Paris White #BBC2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.15%

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

R = 32.92%
G = 34.15%
B = 32.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#BBC2BB (or 0xBBC2BB) is known color: Paris White. HEX triplet: BB, C2 and BB. RGB value is (187,194,187). Sum of RGB (Red+Green+Blue) = 187+194+187=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2BB is #443D44. Grayscale: #BFBFBF. Windows color (decimal): -4472133 or 12305083. OLE color: 12305083.

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

Color convert

RGB 187 194 187 -
CMYK 0.04 0 0.04 0.24
HSL 120º 0.05% 0.75% -
HSV(B) 120º 0.04% 0.76% -
XYZ 48.75 52.74 54.62 -
YUV 191.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 187 194 187 0.04 0 0.04 0.24 120 0.05 0.75
Hex BB C2 BB 4 0 4 18 78 5 4B
Octal 273 302 273 4 0 4 30 170 5 113
Binary 10111011 11000010 10111011 100 0 100 11000 1111000 101 1001011

Color Harmonies of #BBC2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2BB

Black with #BBC2BB

Text Example


Text Example

White with #BBC2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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