#BEDAD6

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

Shades of Cruise #BEDAD6

Tints of Cruise #BEDAD6

Color information

#BEDAD6 (or 0xBEDAD6) is unknown color: approx Cruise. HEX triplet: BE, DA and D6. RGB value is (190,218,214). Sum of RGB (Red+Green+Blue) = 190+218+214=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD6 is #412529. Grayscale: #D1D1D1. Windows color (decimal): -4269354 or 14080702. OLE color: 14080702.

HSL color Cylindrical-coordinate representation of color #BEDAD6: hue angle of 171.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDAD6 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB190218214-
CMYK0.1300.020.15
HSL171.43º27.45%80%-
HSV(B)171.43º12.84%85.49%-
XYZ58.4465.9473.27-
YUV209.17130.72114.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 214 (83.98% from 255) = 34.41%
R=30.55%
G=35.05%
B=34.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902182140.1300.020.15171.4327.4580
HexBEDAD6D02Fab1b50
Octal27633232615021725333120
Binary1011111011011010110101101101010111110101011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDAD6; }

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

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

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

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

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

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

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

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