#BEDBD7

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

Shades of Cruise #BEDBD7

Tints of Cruise #BEDBD7

Color information

#BEDBD7 (or 0xBEDBD7) is unknown color: approx Cruise. HEX triplet: BE, DB and D7. RGB value is (190,219,215). Sum of RGB (Red+Green+Blue) = 190+219+215=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBD7 is #412428. Grayscale: #D1D1D1. Windows color (decimal): -4269097 or 14146494. OLE color: 14146494.

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

Color convert

RGB190219215-
CMYK0.1300.020.14
HSL171.72º28.71%80.2%-
HSV(B)171.72º13.24%85.88%-
XYZ58.8366.5274.03-
YUV209.87130.89113.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 215 (84.38% from 255) = 34.46%
R=30.45%
G=35.10%
B=34.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902192150.1300.020.14171.7228.7180.2
HexBEDBD7D02Eac1d50
Octal27633332715021625435120
Binary1011111011011011110101111101010111010101100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBD7; }

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

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

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

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

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

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

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

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