#BEDDD9

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

Shades of Cruise #BEDDD9

Tints of Cruise #BEDDD9

Color information

#BEDDD9 (or 0xBEDDD9) is unknown color: approx Cruise. HEX triplet: BE, DD and D9. RGB value is (190,221,217). Sum of RGB (Red+Green+Blue) = 190+221+217=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD9 is #412226. Grayscale: #D3D3D3. Windows color (decimal): -4268583 or 14278078. OLE color: 14278078.

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

Color convert

RGB190221217-
CMYK0.1400.020.13
HSL172.26º31.31%80.59%-
HSV(B)172.26º14.03%86.67%-
XYZ59.6267.6775.57-
YUV211.28131.23112.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.25%
GREEN value IS 221 (86.72% from 255) = 35.19%
BLUE value IS 217 (85.16% from 255) = 34.55%
R=30.25%
G=35.19%
B=34.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212170.1400.020.13172.2631.3180.59
HexBEDDD9E02Dac1f51
Octal27633533116021525437121
Binary1011111011011101110110011110010110110101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD9; }

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

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

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

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

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

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

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

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