#BEDCD5

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

Shades of Cruise #BEDCD5

Tints of Cruise #BEDCD5

Color information

#BEDCD5 (or 0xBEDCD5) is unknown color: approx Cruise. HEX triplet: BE, DC and D5. RGB value is (190,220,213). Sum of RGB (Red+Green+Blue) = 190+220+213=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD5 is #41232A. Grayscale: #D2D2D2. Windows color (decimal): -4268843 or 14015678. OLE color: 14015678.

HSL color Cylindrical-coordinate representation of color #BEDCD5: hue angle of 166º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDCD5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB190220213-
CMYK0.1400.030.14
HSL166º30%80.39%-
HSV(B)166º13.64%86.27%-
XYZ58.8466.9472.77-
YUV210.23129.56113.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 213 (83.59% from 255) = 34.19%
R=30.50%
G=35.31%
B=34.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902202130.1400.030.141663080.39
HexBEDCD5E03Ea61e50
Octal27633432516031624636120
Binary1011111011011100110101011110011111010100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCD5; }

 p { color: rgb(190,220,213); }

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

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

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

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

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

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

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