#BEDDD4

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

Shades of Cruise #BEDDD4

Tints of Cruise #BEDDD4

Color information

#BEDDD4 (or 0xBEDDD4) is unknown color: approx Cruise. HEX triplet: BE, DD and D4. RGB value is (190,221,212). Sum of RGB (Red+Green+Blue) = 190+221+212=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD4 is #41222B. Grayscale: #D2D2D2. Windows color (decimal): -4268588 or 13950398. OLE color: 13950398.

HSL color Cylindrical-coordinate representation of color #BEDDD4: hue angle of 162.58º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDD4 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB190221212-
CMYK0.1400.040.13
HSL162.58º31.31%80.59%-
HSV(B)162.58º14.03%86.67%-
XYZ58.9867.4172.19-
YUV210.7128.73113.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.50%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=30.50%
G=35.47%
B=34.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902212120.1400.040.13162.5831.3180.59
HexBEDDD4E04Da31f51
Octal27633532416041524337121
Binary10111110110111011101010011100100110110100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDDD4; }

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

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

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

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

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

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

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

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