#BCCDBE

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

Shades of Paris White #BCCDBE

Tints of Paris White #BCCDBE

Color information

#BCCDBE (or 0xBCCDBE) is unknown color: approx Paris White. HEX triplet: BC, CD and BE. RGB value is (188,205,190). Sum of RGB (Red+Green+Blue) = 188+205+190=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDBE is #433241. Grayscale: #C6C6C6. Windows color (decimal): -4403778 or 12504508. OLE color: 12504508.

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

Color convert

RGB188205190-
CMYK0.0800.070.20
HSL127.06º14.53%77.06%-
HSV(B)127.06º8.29%80.39%-
XYZ51.8658.0757.19-
YUV198.21123.37120.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 190 (74.61% from 255) = 32.59%
R=32.25%
G=35.16%
B=32.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051900.0800.070.20127.0614.5377.06
HexBCCDBE807147ff4d
Octal27431527610072417717115
Binary1011110011001101101111101000011110100111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDBE; }

 p { color: rgb(188,205,190); }

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

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

 a { background-color: rgb(188,205,190); }

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

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

 span { border-color: rgb(188,205,190); }

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