#BEDCD7

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

Shades of Cruise #BEDCD7

Tints of Cruise #BEDCD7

Color information

#BEDCD7 (or 0xBEDCD7) is unknown color: approx Cruise. HEX triplet: BE, DC and D7. RGB value is (190,220,215). Sum of RGB (Red+Green+Blue) = 190+220+215=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD7 is #412328. Grayscale: #D2D2D2. Windows color (decimal): -4268841 or 14146750. OLE color: 14146750.

HSL color Cylindrical-coordinate representation of color #BEDCD7: hue angle of 170º 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 #BEDCD7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB190220215-
CMYK0.1400.020.14
HSL170º30%80.39%-
HSV(B)170º13.64%86.27%-
XYZ59.0967.0474.12-
YUV210.46130.56113.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 215 (84.38% from 255) = 34.4%
R=30.4%
G=35.2%
B=34.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902202150.1400.020.141703080.39
HexBEDCD7E02Eaa1e50
Octal27633432716021625236120
Binary1011111011011100110101111110010111010101010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCD7; }

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

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

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

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

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

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

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

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