#BEDDD5

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

Shades of Cruise #BEDDD5

Tints of Cruise #BEDDD5

Color information

#BEDDD5 (or 0xBEDDD5) is unknown color: approx Cruise. HEX triplet: BE, DD and D5. RGB value is (190,221,213). Sum of RGB (Red+Green+Blue) = 190+221+213=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD5 is #41222A. Grayscale: #D2D2D2. Windows color (decimal): -4268587 or 14015934. OLE color: 14015934.

HSL color Cylindrical-coordinate representation of color #BEDDD5: hue angle of 164.52º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDD5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB190221213-
CMYK0.1400.040.13
HSL164.52º31.31%80.59%-
HSV(B)164.52º14.03%86.67%-
XYZ59.167.4672.86-
YUV210.82129.23113.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 213 (83.59% from 255) = 34.13%
R=30.45%
G=35.42%
B=34.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212130.1400.040.13164.5231.3180.59
HexBEDDD5E04Da51f51
Octal27633532516041524537121
Binary10111110110111011101010111100100110110100101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD5; }

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

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

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

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

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

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

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

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