#BEDCD6

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

Shades of Cruise #BEDCD6

Tints of Cruise #BEDCD6

Color information

#BEDCD6 (or 0xBEDCD6) is unknown color: approx Cruise. HEX triplet: BE, DC and D6. RGB value is (190,220,214). Sum of RGB (Red+Green+Blue) = 190+220+214=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD6 is #412329. Grayscale: #D2D2D2. Windows color (decimal): -4268842 or 14081214. OLE color: 14081214.

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

Color convert

RGB190220214-
CMYK0.1400.030.14
HSL168º30%80.39%-
HSV(B)168º13.64%86.27%-
XYZ58.9766.9973.44-
YUV210.35130.06113.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 214 (83.98% from 255) = 34.29%
R=30.45%
G=35.26%
B=34.29%

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
Decimal1902202140.1400.030.141683080.39
HexBEDCD6E03Ea81e50
Octal27633432616031625036120
Binary1011111011011100110101101110011111010101000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCD6; }

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

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

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

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

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

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

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

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