#BEDFD9

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

Shades of Cruise #BEDFD9

Tints of Cruise #BEDFD9

Color information

#BEDFD9 (or 0xBEDFD9) is unknown color: approx Cruise. HEX triplet: BE, DF and D9. RGB value is (190,223,217). Sum of RGB (Red+Green+Blue) = 190+223+217=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD9 is #412026. Grayscale: #D4D4D4. Windows color (decimal): -4268071 or 14278590. OLE color: 14278590.

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

Color convert

RGB190223217-
CMYK0.1500.030.13
HSL169.09º34.02%80.98%-
HSV(B)169.09º14.8%87.45%-
XYZ60.1568.7375.74-
YUV212.45130.57111.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.16%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=30.16%
G=35.40%
B=34.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232170.1500.030.13169.0934.0280.98
HexBEDFD9F03Da92251
Octal27633733117031525142121
Binary10111110110111111101100111110111101101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFD9; }

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

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

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

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

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

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

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

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