#BEDDD7

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

Shades of Cruise #BEDDD7

Tints of Cruise #BEDDD7

Color information

#BEDDD7 (or 0xBEDDD7) is unknown color: approx Cruise. HEX triplet: BE, DD and D7. RGB value is (190,221,215). Sum of RGB (Red+Green+Blue) = 190+221+215=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 215 (84.38% from 255 or 34.35% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD7 is #412228. Grayscale: #D3D3D3. Windows color (decimal): -4268585 or 14147006. OLE color: 14147006.

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

Color convert

RGB190221215-
CMYK0.1400.030.13
HSL168.39º31.31%80.59%-
HSV(B)168.39º14.03%86.67%-
XYZ59.3667.5774.2-
YUV211.05130.23112.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 215 (84.38% from 255) = 34.35%
R=30.35%
G=35.30%
B=34.35%

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
Decimal1902212150.1400.030.13168.3931.3180.59
HexBEDDD7E03Da81f51
Octal27633532716031525037121
Binary1011111011011101110101111110011110110101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD7; }

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

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

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

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

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

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

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

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