#BEDDD2

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

Shades of Cruise #BEDDD2

Tints of Cruise #BEDDD2

Color information

#BEDDD2 (or 0xBEDDD2) is unknown color: approx Cruise. HEX triplet: BE, DD and D2. RGB value is (190,221,210). Sum of RGB (Red+Green+Blue) = 190+221+210=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD2 is #41222D. Grayscale: #D2D2D2. Windows color (decimal): -4268590 or 13819326. OLE color: 13819326.

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

Color convert

RGB190221210-
CMYK0.1400.050.13
HSL158.71º31.31%80.59%-
HSV(B)158.71º14.03%86.67%-
XYZ58.7267.3170.87-
YUV210.48127.73113.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.60%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=30.60%
G=35.59%
B=33.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212100.1400.050.13158.7131.3180.59
HexBEDDD2E05D9f1f51
Octal27633532216051523737121
Binary10111110110111011101001011100101110110011111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD2; }

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

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

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

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

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

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

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

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