Html Css Color HEX #BECEDC Spindle

📋 copy color: '#BECEDC'

red 190 ◦ green 206 ◦ blue 220

#BECEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BECEDC

Tints of Spindle #BECEDC

RGB

 RED value IS 190 (74.61% from 255) = 30.84%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 30.84%
G = 33.44%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BECEDC (or 0xBECEDC) is known color: Spindle. HEX triplet: BE, CE and DC. RGB value is (190,206,220). Sum of RGB (Red+Green+Blue) = 190+206+220=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEDC is #413123. Grayscale: #CACACA. Windows color (decimal): -4272420 or 14470846. OLE color: 14470846.

HSL color Cylindrical-coordinate representation of color #BECEDC: hue angle of 208º 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 #BECEDC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 206 220 -
CMYK 0.14 0.06 0 0.14
HSL 208º 0.3% 0.8% -
HSV(B) 208º 0.14% 0.86% -
XYZ 56.22 60.26 76.38 -
YUV 202.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 190 206 220 0.14 0.06 0 0.14 208 0.3 0.8
Hex BE CE DC E 6 0 E D0 1E 50
Octal 276 316 334 16 6 0 16 320 36 120
Binary 10111110 11001110 11011100 1110 110 0 1110 11010000 11110 1010000

Color Harmonies of #BECEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEDC

Black with #BECEDC

Text Example


Text Example

White with #BECEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEDC; }

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

 H1.HeaderClassName
 {
   color: #BECEDC;
 }
 .AnyTagClassName
 {
   color: #BECEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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