#BEDFD5

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

Shades of Cruise #BEDFD5

Tints of Cruise #BEDFD5

Color information

#BEDFD5 (or 0xBEDFD5) is unknown color: approx Cruise. HEX triplet: BE, DF and D5. RGB value is (190,223,213). Sum of RGB (Red+Green+Blue) = 190+223+213=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD5 is #41202A. Grayscale: #D4D4D4. Windows color (decimal): -4268075 or 14016446. OLE color: 14016446.

HSL color Cylindrical-coordinate representation of color #BEDFD5: hue angle of 161.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFD5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB190223213-
CMYK0.1500.040.13
HSL161.82º34.02%80.98%-
HSV(B)161.82º14.8%87.45%-
XYZ59.6368.5373.03-
YUV211.99128.57112.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.35%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=30.35%
G=35.62%
B=34.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232130.1500.040.13161.8234.0280.98
HexBEDFD5F04Da22251
Octal27633732517041524242121
Binary101111101101111111010101111101001101101000101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFD5; }

 p { color: rgb(190,223,213); }

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

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

 a { background-color: rgb(190,223,213); }

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

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

 span { border-color: rgb(190,223,213); }

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