Html Css Color HEX #BBC8BB Paris White

📋 copy color: '#BBC8BB'

red 187 ◦ green 200 ◦ blue 187

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

Shades of Paris White #BBC8BB

Tints of Paris White #BBC8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.84%

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

R = 32.58%
G = 34.84%
B = 32.58%

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

#BBC8BB (or 0xBBC8BB) is known color: Paris White. HEX triplet: BB, C8 and BB. RGB value is (187,200,187). Sum of RGB (Red+Green+Blue) = 187+200+187=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8BB is #443744. Grayscale: #C2C2C2. Windows color (decimal): -4470597 or 12306619. OLE color: 12306619.

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

Color convert

RGB 187 200 187 -
CMYK 0.06 0 0.06 0.22
HSL 120º 0.11% 0.76% -
HSV(B) 120º 0.07% 0.78% -
XYZ 50.12 55.46 55.08 -
YUV 194.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 187 200 187 0.06 0 0.06 0.22 120 0.11 0.76
Hex BB C8 BB 6 0 6 16 78 B 4C
Octal 273 310 273 6 0 6 26 170 13 114
Binary 10111011 11001000 10111011 110 0 110 10110 1111000 1011 1001100

Color Harmonies of #BBC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8BB

Black with #BBC8BB

Text Example


Text Example

White with #BBC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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