Html Css Color HEX #BBC6BB Paris White

📋 copy color: '#BBC6BB'

red 187 ◦ green 198 ◦ blue 187

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

Shades of Paris White #BBC6BB

Tints of Paris White #BBC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.62%

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

R = 32.69%
G = 34.62%
B = 32.69%

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

#BBC6BB (or 0xBBC6BB) is known color: Paris White. HEX triplet: BB, C6 and BB. RGB value is (187,198,187). Sum of RGB (Red+Green+Blue) = 187+198+187=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6BB is #443944. Grayscale: #C1C1C1. Windows color (decimal): -4471109 or 12306107. OLE color: 12306107.

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

Color convert

RGB 187 198 187 -
CMYK 0.06 0 0.06 0.22
HSL 120º 0.09% 0.75% -
HSV(B) 120º 0.06% 0.78% -
XYZ 49.66 54.54 54.92 -
YUV 193.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 187 198 187 0.06 0 0.06 0.22 120 0.09 0.75
Hex BB C6 BB 6 0 6 16 78 9 4B
Octal 273 306 273 6 0 6 26 170 11 113
Binary 10111011 11000110 10111011 110 0 110 10110 1111000 1001 1001011

Color Harmonies of #BBC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6BB

Black with #BBC6BB

Text Example


Text Example

White with #BBC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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