#BED9D3

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

Shades of Cruise #BED9D3

Tints of Cruise #BED9D3

Color information

#BED9D3 (or 0xBED9D3) is unknown color: approx Cruise. HEX triplet: BE, D9 and D3. RGB value is (190,217,211). Sum of RGB (Red+Green+Blue) = 190+217+211=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9D3 is #41262C. Grayscale: #D0D0D0. Windows color (decimal): -4269613 or 13883838. OLE color: 13883838.

HSL color Cylindrical-coordinate representation of color #BED9D3: hue angle of 166.67º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED9D3 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB190217211-
CMYK0.1200.030.15
HSL166.67º26.21%79.8%-
HSV(B)166.67º12.44%85.1%-
XYZ57.8165.2871.18-
YUV208.24129.55114.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=30.74%
G=35.11%
B=34.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902172110.1200.030.15166.6726.2179.8
HexBED9D3C03Fa71a50
Octal27633132314031724732120
Binary1011111011011001110100111100011111110100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED9D3; }

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

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

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

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

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

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

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

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