Html Css Color HEX #BECED5 Spindle

📋 copy color: '#BECED5'

red 190 ◦ green 206 ◦ blue 213

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

Shades of Spindle #BECED5

Tints of Spindle #BECED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.98%

R = 31.2%
G = 33.83%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BECED5 (or 0xBECED5) is known color: Spindle. HEX triplet: BE, CE and D5. RGB value is (190,206,213). Sum of RGB (Red+Green+Blue) = 190+206+213=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED5 is #41312A. Grayscale: #C9C9C9. Windows color (decimal): -4272427 or 14012094. OLE color: 14012094.

HSL color Cylindrical-coordinate representation of color #BECED5: hue angle of 198.26º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECED5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 206 213 -
CMYK 0.11 0.03 0 0.16
HSL 198.26º 0.21% 0.79% -
HSV(B) 198.26º 0.11% 0.84% -
XYZ 55.32 59.89 71.6 -
YUV 202.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 190 206 213 0.11 0.03 0 0.16 198.26 0.21 0.79
Hex BE CE D5 B 3 0 10 C6 15 4F
Octal 276 316 325 13 3 0 20 306 25 117
Binary 10111110 11001110 11010101 1011 11 0 10000 11000110 10101 1001111

Color Harmonies of #BECED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED5

Black with #BECED5

Text Example


Text Example

White with #BECED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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