#BED4BE

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

Shades of Paris White #BED4BE

Tints of Paris White #BED4BE

Color information

#BED4BE (or 0xBED4BE) is unknown color: approx Paris White. HEX triplet: BE, D4 and BE. RGB value is (190,212,190). Sum of RGB (Red+Green+Blue) = 190+212+190=592 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.09% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4BE is #412B41. Grayscale: #CACACA. Windows color (decimal): -4270914 or 12506302. OLE color: 12506302.

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

Color convert

RGB190212190-
CMYK0.1000.100.17
HSL120º20.37%78.82%-
HSV(B)120º10.38%83.14%-
XYZ54.0761.7557.78-
YUV202.91120.71118.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.09%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=32.09%
G=35.81%
B=32.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121900.1000.100.1712020.3778.82
HexBED4BEA0A1178144f
Octal276324276120122117024117
Binary101111101101010010111110101001010100011111000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4BE; }

 p { color: rgb(190,212,190); }

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

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

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

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

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

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

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