#BEDCD4

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

Shades of Cruise #BEDCD4

Tints of Cruise #BEDCD4

Color information

#BEDCD4 (or 0xBEDCD4) is unknown color: approx Cruise. HEX triplet: BE, DC and D4. RGB value is (190,220,212). Sum of RGB (Red+Green+Blue) = 190+220+212=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD4 is #41232B. Grayscale: #D2D2D2. Windows color (decimal): -4268844 or 13950142. OLE color: 13950142.

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

Color convert

RGB190220212-
CMYK0.1400.040.14
HSL164º30%80.39%-
HSV(B)164º13.64%86.27%-
XYZ58.7166.8972.1-
YUV210.12129.06113.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=30.55%
G=35.37%
B=34.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902202120.1400.040.141643080.39
HexBEDCD4E04Ea41e50
Octal27633432416041624436120
Binary10111110110111001101010011100100111010100100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDCD4; }

 p { color: rgb(190,220,212); }

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

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

 a { background-color: rgb(190,220,212); }

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

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

 span { border-color: rgb(190,220,212); }

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