#BECDD4

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

Shades of Spindle #BECDD4

Tints of Spindle #BECDD4

Color information

#BECDD4 (or 0xBECDD4) is unknown color: approx Spindle. HEX triplet: BE, CD and D4. RGB value is (190,205,212). Sum of RGB (Red+Green+Blue) = 190+205+212=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #BECDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD4 is #41322B. Grayscale: #C9C9C9. Windows color (decimal): -4272684 or 13946302. OLE color: 13946302.

HSL color Cylindrical-coordinate representation of color #BECDD4: hue angle of 199.09º 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 #BECDD4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB190205212-
CMYK0.100.0300.17
HSL199.09º20.37%78.82%-
HSV(B)199.09º10.38%83.14%-
XYZ54.9559.3670.85-
YUV201.31134.03119.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=31.30%
G=33.77%
B=34.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902052120.100.0300.17199.0920.3778.82
HexBECDD4A3011c7144f
Octal27631532412302130724117
Binary10111110110011011101010010101101000111000111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECDD4; }

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

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

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

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

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

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

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

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