Html Css Color HEX #BBCFBB Paris White

📋 copy color: '#BBCFBB'

red 187 ◦ green 207 ◦ blue 187

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

Shades of Paris White #BBCFBB

Tints of Paris White #BBCFBB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 32.19%
G = 35.63%
B = 32.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#BBCFBB (or 0xBBCFBB) is known color: Paris White. HEX triplet: BB, CF and BB. RGB value is (187,207,187). Sum of RGB (Red+Green+Blue) = 187+207+187=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFBB is #443044. Grayscale: #C6C6C6. Windows color (decimal): -4468805 or 12308411. OLE color: 12308411.

HSL color Cylindrical-coordinate representation of color #BBCFBB: hue angle of 120º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFBB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 207 187 -
CMYK 0.10 0 0.10 0.19
HSL 120º 0.17% 0.77% -
HSV(B) 120º 0.1% 0.81% -
XYZ 51.78 58.78 55.63 -
YUV 198.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 187 207 187 0.10 0 0.10 0.19 120 0.17 0.77
Hex BB CF BB A 0 A 13 78 11 4D
Octal 273 317 273 12 0 12 23 170 21 115
Binary 10111011 11001111 10111011 1010 0 1010 10011 1111000 10001 1001101

Color Harmonies of #BBCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFBB

Black with #BBCFBB

Text Example


Text Example

White with #BBCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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