#BEDFD3

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

Shades of Cruise #BEDFD3

Tints of Cruise #BEDFD3

Color information

#BEDFD3 (or 0xBEDFD3) is unknown color: approx Cruise. HEX triplet: BE, DF and D3. RGB value is (190,223,211). Sum of RGB (Red+Green+Blue) = 190+223+211=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFD3 is #41202C. Grayscale: #D3D3D3. Windows color (decimal): -4268077 or 13885374. OLE color: 13885374.

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

Color convert

RGB190223211-
CMYK0.1500.050.13
HSL158.18º34.02%80.98%-
HSV(B)158.18º14.8%87.45%-
XYZ59.3868.4371.71-
YUV211.76127.57112.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.45%
GREEN value IS 223 (87.5% from 255) = 35.74%
BLUE value IS 211 (82.81% from 255) = 33.81%
R=30.45%
G=35.74%
B=33.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902232110.1500.050.13158.1834.0280.98
HexBEDFD3F05D9e2251
Octal27633732317051523642121
Binary101111101101111111010011111101011101100111101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDFD3; }

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

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

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

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

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

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

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

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