#BED6D3

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

Shades of Geyser #BED6D3

Tints of Geyser #BED6D3

Color information

#BED6D3 (or 0xBED6D3) is unknown color: approx Geyser. HEX triplet: BE, D6 and D3. RGB value is (190,214,211). Sum of RGB (Red+Green+Blue) = 190+214+211=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6D3 is #41292C. Grayscale: #CECECE. Windows color (decimal): -4270381 or 13883070. OLE color: 13883070.

HSL color Cylindrical-coordinate representation of color #BED6D3: hue angle of 172.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED6D3 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB190214211-
CMYK0.1100.010.16
HSL172.5º22.64%79.22%-
HSV(B)172.5º11.21%83.92%-
XYZ57.0463.7470.93-
YUV206.48130.55116.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 214 (83.98% from 255) = 34.80%
BLUE value IS 211 (82.81% from 255) = 34.31%
R=30.89%
G=34.80%
B=34.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902142110.1100.010.16172.522.6479.22
HexBED6D3B0110ac174f
Octal27632632313012025427117
Binary1011111011010110110100111011011000010101100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED6D3; }

 p { color: rgb(190,214,211); }

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

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

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

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

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

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

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