#BEDDD6

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

Shades of Cruise #BEDDD6

Tints of Cruise #BEDDD6

Color information

#BEDDD6 (or 0xBEDDD6) is unknown color: approx Cruise. HEX triplet: BE, DD and D6. RGB value is (190,221,214). Sum of RGB (Red+Green+Blue) = 190+221+214=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD6 is #412229. Grayscale: #D2D2D2. Windows color (decimal): -4268586 or 14081470. OLE color: 14081470.

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

Color convert

RGB190221214-
CMYK0.1400.030.13
HSL166.45º31.31%80.59%-
HSV(B)166.45º14.03%86.67%-
XYZ59.2367.5273.53-
YUV210.93129.73113.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.4%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=30.4%
G=35.36%
B=34.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212140.1400.030.13166.4531.3180.59
HexBEDDD6E03Da61f51
Octal27633532616031524637121
Binary1011111011011101110101101110011110110100110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD6; }

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

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

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

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

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

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

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

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