#BBCFBB

Color #BBCFBB Paris White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris White #BBCFBB

Tints of Paris White #BBCFBB

Color information

#BBCFBB (or 0xBBCFBB) is unknown color: approx 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

RGB187207187-
CMYK0.1000.100.19
HSL120º17.24%77.25%-
HSV(B)120º9.66%81.18%-
XYZ51.7858.7855.63-
YUV198.74121.37119.63-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071870.1000.100.1912017.2477.25
HexBBCFBBA0A1378114d
Octal273317273120122317021115
Binary101110111100111110111011101001010100111111000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>