#BEDBD1

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

Shades of Cruise #BEDBD1

Tints of Cruise #BEDBD1

Color information

#BEDBD1 (or 0xBEDBD1) is unknown color: approx Cruise. HEX triplet: BE, DB and D1. RGB value is (190,219,209). Sum of RGB (Red+Green+Blue) = 190+219+209=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBD1 is #41242E. Grayscale: #D1D1D1. Windows color (decimal): -4269103 or 13753278. OLE color: 13753278.

HSL color Cylindrical-coordinate representation of color #BEDBD1: hue angle of 159.31º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEDBD1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB190219209-
CMYK0.1300.050.14
HSL159.31º28.71%80.2%-
HSV(B)159.31º13.24%85.88%-
XYZ58.0866.2170.04-
YUV209.19127.89114.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 209 (82.03% from 255) = 33.82%
R=30.74%
G=35.44%
B=33.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902192090.1300.050.14159.3128.7180.2
HexBEDBD1D05E9f1d50
Octal27633332115051623735120
Binary10111110110110111101000111010101111010011111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBD1; }

 p { color: rgb(190,219,209); }

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

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

 a { background-color: rgb(190,219,209); }

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

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

 span { border-color: rgb(190,219,209); }

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