Html Css Color HEX #BECED9 Spindle

📋 copy color: '#BECED9'

red 190 ◦ green 206 ◦ blue 217

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

Shades of Spindle #BECED9

Tints of Spindle #BECED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.4%

R = 31%
G = 33.61%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BECED9 (or 0xBECED9) is known color: Spindle. HEX triplet: BE, CE and D9. RGB value is (190,206,217). Sum of RGB (Red+Green+Blue) = 190+206+217=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED9 is #413126. Grayscale: #CACACA. Windows color (decimal): -4272423 or 14274238. OLE color: 14274238.

HSL color Cylindrical-coordinate representation of color #BECED9: hue angle of 204.44º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BECED9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 206 217 -
CMYK 0.12 0.05 0 0.15
HSL 204.44º 0.26% 0.8% -
HSV(B) 204.44º 0.12% 0.85% -
XYZ 55.83 60.1 74.3 -
YUV 202.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 190 206 217 0.12 0.05 0 0.15 204.44 0.26 0.8
Hex BE CE D9 C 5 0 F CC 1A 50
Octal 276 316 331 14 5 0 17 314 32 120
Binary 10111110 11001110 11011001 1100 101 0 1111 11001100 11010 1010000

Color Harmonies of #BECED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED9

Black with #BECED9

Text Example


Text Example

White with #BECED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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