#BECCD4

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

Shades of Spindle #BECCD4

Tints of Spindle #BECCD4

Color information

#BECCD4 (or 0xBECCD4) is unknown color: approx Spindle. HEX triplet: BE, CC and D4. RGB value is (190,204,212). Sum of RGB (Red+Green+Blue) = 190+204+212=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECCD4 is #41332B. Grayscale: #C8C8C8. Windows color (decimal): -4272940 or 13946046. OLE color: 13946046.

HSL color Cylindrical-coordinate representation of color #BECCD4: hue angle of 201.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BECCD4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190204212-
CMYK0.100.0400.17
HSL201.82º20.37%78.82%-
HSV(B)201.82º10.38%83.14%-
XYZ54.7158.8970.77-
YUV200.73134.36120.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=31.35%
G=33.66%
B=34.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902042120.100.0400.17201.8220.3778.82
HexBECCD4A4011ca144f
Octal27631432412402131224117
Binary101111101100110011010100101010001000111001010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCD4; }

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

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

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

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

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

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

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

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