Html Css Color HEX #BEC8D5 Spindle

📋 copy color: '#BEC8D5'

red 190 ◦ green 200 ◦ blue 213

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

Shades of Spindle #BEC8D5

Tints of Spindle #BEC8D5

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.17%

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

R = 31.51%
G = 33.17%
B = 35.32%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEC8D5 (or 0xBEC8D5) is known color: Spindle. HEX triplet: BE, C8 and D5. RGB value is (190,200,213). Sum of RGB (Red+Green+Blue) = 190+200+213=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEC8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8D5 is #41372A. Grayscale: #C6C6C6. Windows color (decimal): -4273963 or 14010558. OLE color: 14010558.

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

Color convert

RGB 190 200 213 -
CMYK 0.11 0.06 0 0.16
HSL 213.91º 0.21% 0.79% -
HSV(B) 213.91º 0.11% 0.84% -
XYZ 53.9 57.06 71.12 -
YUV 198.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 190 200 213 0.11 0.06 0 0.16 213.91 0.21 0.79
Hex BE C8 D5 B 6 0 10 D6 15 4F
Octal 276 310 325 13 6 0 20 326 25 117
Binary 10111110 11001000 11010101 1011 110 0 10000 11010110 10101 1001111

Color Harmonies of #BEC8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8D5

Black with #BEC8D5

Text Example


Text Example

White with #BEC8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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