#BEDED7

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

Shades of Cruise #BEDED7

Tints of Cruise #BEDED7

Color information

#BEDED7 (or 0xBEDED7) is unknown color: approx Cruise. HEX triplet: BE, DE and D7. RGB value is (190,222,215). Sum of RGB (Red+Green+Blue) = 190+222+215=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED7 is #412128. Grayscale: #D3D3D3. Windows color (decimal): -4268329 or 14147262. OLE color: 14147262.

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

Color convert

RGB190222215-
CMYK0.1400.030.13
HSL166.88º32.65%80.78%-
HSV(B)166.88º14.41%87.06%-
XYZ59.6268.174.29-
YUV211.63129.9112.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.30%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 215 (84.38% from 255) = 34.29%
R=30.30%
G=35.41%
B=34.29%

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
Decimal1902222150.1400.030.13166.8832.6580.78
HexBEDED7E03Da72151
Octal27633632716031524741121
Binary10111110110111101101011111100111101101001111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDED7; }

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

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

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

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

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

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

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

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