Html Css Color HEX #BBCBBB Paris White

📋 copy color: '#BBCBBB'

red 187 ◦ green 203 ◦ blue 187

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

Shades of Paris White #BBCBBB

Tints of Paris White #BBCBBB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.18%

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

R = 32.41%
G = 35.18%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#BBCBBB (or 0xBBCBBB) is known color: Paris White. HEX triplet: BB, CB and BB. RGB value is (187,203,187). Sum of RGB (Red+Green+Blue) = 187+203+187=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBBB is #443444. Grayscale: #C4C4C4. Windows color (decimal): -4469829 or 12307387. OLE color: 12307387.

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

Color convert

RGB 187 203 187 -
CMYK 0.08 0 0.08 0.20
HSL 120º 0.13% 0.76% -
HSV(B) 120º 0.08% 0.8% -
XYZ 50.82 56.86 55.31 -
YUV 196.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 187 203 187 0.08 0 0.08 0.20 120 0.13 0.76
Hex BB CB BB 8 0 8 14 78 D 4C
Octal 273 313 273 10 0 10 24 170 15 114
Binary 10111011 11001011 10111011 1000 0 1000 10100 1111000 1101 1001100

Color Harmonies of #BBCBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBBB

Black with #BBCBBB

Text Example


Text Example

White with #BBCBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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