#BCD0BB

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

Shades of Paris White #BCD0BB

Tints of Paris White #BCD0BB

Color information

#BCD0BB (or 0xBCD0BB) is unknown color: approx Paris White. HEX triplet: BC, D0 and BB. RGB value is (188,208,187). Sum of RGB (Red+Green+Blue) = 188+208+187=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0BB is #432F44. Grayscale: #C7C7C7. Windows color (decimal): -4403013 or 12308668. OLE color: 12308668.

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

Color convert

RGB188208187-
CMYK0.1000.100.18
HSL117.14º18.26%77.45%-
HSV(B)117.14º10.1%81.57%-
XYZ52.2659.3955.72-
YUV199.63120.87119.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 208 (81.64% from 255) = 35.68%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=32.25%
G=35.68%
B=32.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081870.1000.100.18117.1418.2677.45
HexBCD0BBA0A1275124d
Octal274320273120122216522115
Binary101111001101000010111011101001010100101110101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0BB; }

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

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

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

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

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

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

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

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