#BEDCD8

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

Shades of Cruise #BEDCD8

Tints of Cruise #BEDCD8

Color information

#BEDCD8 (or 0xBEDCD8) is unknown color: approx Cruise. HEX triplet: BE, DC and D8. RGB value is (190,220,216). Sum of RGB (Red+Green+Blue) = 190+220+216=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD8 is #412327. Grayscale: #D2D2D2. Windows color (decimal): -4268840 or 14212286. OLE color: 14212286.

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

Color convert

RGB190220216-
CMYK0.1400.020.14
HSL172º30%80.39%-
HSV(B)172º13.64%86.27%-
XYZ59.2267.0974.79-
YUV210.57131.06113.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=30.35%
G=35.14%
B=34.50%

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
Decimal1902202160.1400.020.141723080.39
HexBEDCD8E02Eac1e50
Octal27633433016021625436120
Binary1011111011011100110110001110010111010101100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCD8; }

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

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

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

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

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

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

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

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