#BECCD2

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

Shades of Spindle #BECCD2

Tints of Spindle #BECCD2

Color information

#BECCD2 (or 0xBECCD2) is unknown color: approx Spindle. HEX triplet: BE, CC and D2. RGB value is (190,204,210). Sum of RGB (Red+Green+Blue) = 190+204+210=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BECCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD2 is #41332D. Grayscale: #C8C8C8. Windows color (decimal): -4272942 or 13814974. OLE color: 13814974.

HSL color Cylindrical-coordinate representation of color #BECCD2: hue angle of 198º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECCD2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190204210-
CMYK0.100.0300.18
HSL198º18.18%78.43%-
HSV(B)198º9.52%82.35%-
XYZ54.4658.7969.45-
YUV200.5133.36120.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=31.46%
G=33.77%
B=34.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902042100.100.0300.1819818.1878.43
HexBECCD2A3012c6124e
Octal27631432212302230622116
Binary10111110110011001101001010101101001011000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCD2; }

 p { color: rgb(190,204,210); }

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

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

 a { background-color: rgb(190,204,210); }

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

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

 span { border-color: rgb(190,204,210); }

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