#BCCFBB

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

Shades of Paris White #BCCFBB

Tints of Paris White #BCCFBB

Color information

#BCCFBB (or 0xBCCFBB) is unknown color: approx Paris White. HEX triplet: BC, CF and BB. RGB value is (188,207,187). Sum of RGB (Red+Green+Blue) = 188+207+187=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFBB is #433044. Grayscale: #C7C7C7. Windows color (decimal): -4403269 or 12308412. OLE color: 12308412.

HSL color Cylindrical-coordinate representation of color #BCCFBB: hue angle of 117º 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 #BCCFBB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB188207187-
CMYK0.0900.100.19
HSL117º17.24%77.25%-
HSV(B)117º9.66%81.18%-
XYZ52.0258.955.64-
YUV199.04121.21120.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=32.30%
G=35.57%
B=32.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071870.0900.100.1911717.2477.25
HexBCCFBB90A1375114d
Octal274317273110122316521115
Binary101111001100111110111011100101010100111110101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFBB; }

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

 H1.HeaderClassName
 {
   color: #BCCFBB;
 }
 .AnyTagClassName
 {
   color: #BCCFBB;
 }
</style>
background-color css

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

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

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

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

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

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