#BEDBD6

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

Shades of Cruise #BEDBD6

Tints of Cruise #BEDBD6

Color information

#BEDBD6 (or 0xBEDBD6) is unknown color: approx Cruise. HEX triplet: BE, DB and D6. RGB value is (190,219,214). Sum of RGB (Red+Green+Blue) = 190+219+214=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBD6 is #412429. Grayscale: #D1D1D1. Windows color (decimal): -4269098 or 14080958. OLE color: 14080958.

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

Color convert

RGB190219214-
CMYK0.1300.020.14
HSL169.66º28.71%80.2%-
HSV(B)169.66º13.24%85.88%-
XYZ58.766.4773.35-
YUV209.76130.39113.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 214 (83.98% from 255) = 34.35%
R=30.50%
G=35.15%
B=34.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902192140.1300.020.14169.6628.7180.2
HexBEDBD6D02Eaa1d50
Octal27633332615021625235120
Binary1011111011011011110101101101010111010101010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBD6; }

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

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

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

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

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

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

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

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