Html Css Color HEX #BBC1BB Paris White

📋 copy color: '#BBC1BB'

red 187 ◦ green 193 ◦ blue 187

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

Shades of Paris White #BBC1BB

Tints of Paris White #BBC1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.04%

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

R = 32.98%
G = 34.04%
B = 32.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#BBC1BB (or 0xBBC1BB) is known color: Paris White. HEX triplet: BB, C1 and BB. RGB value is (187,193,187). Sum of RGB (Red+Green+Blue) = 187+193+187=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 193 (75.78% from 255 or 34.04% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1BB is #443E44. Grayscale: #BEBEBE. Windows color (decimal): -4472389 or 12304827. OLE color: 12304827.

HSL color Cylindrical-coordinate representation of color #BBC1BB: 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.03%. Process color model (Four color, CMYK) of #BBC1BB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 187 -
CMYK 0.03 0 0.03 0.24
HSL 120º 0.05% 0.75% -
HSV(B) 120º 0.03% 0.76% -
XYZ 48.53 52.29 54.55 -
YUV 190.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 187 193 187 0.03 0 0.03 0.24 120 0.05 0.75
Hex BB C1 BB 3 0 3 18 78 5 4B
Octal 273 301 273 3 0 3 30 170 5 113
Binary 10111011 11000001 10111011 11 0 11 11000 1111000 101 1001011

Color Harmonies of #BBC1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1BB

Black with #BBC1BB

Text Example


Text Example

White with #BBC1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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