Html Css Color HEX #BEC3C9 Spindle

📋 copy color: '#BEC3C9'

red 190 ◦ green 195 ◦ blue 201

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

Shades of Spindle #BEC3C9

Tints of Spindle #BEC3C9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 32.42%
G = 33.28%
B = 34.3%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BEC3C9 (or 0xBEC3C9) is known color: Spindle. HEX triplet: BE, C3 and C9. RGB value is (190,195,201). Sum of RGB (Red+Green+Blue) = 190+195+201=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3C9 is #413C36. Grayscale: #C2C2C2. Windows color (decimal): -4275255 or 13222846. OLE color: 13222846.

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

Color convert

RGB 190 195 201 -
CMYK 0.05 0.03 0 0.21
HSL 212.73º 0.09% 0.77% -
HSV(B) 212.73º 0.05% 0.79% -
XYZ 51.29 54.19 63.02 -
YUV 194.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 190 195 201 0.05 0.03 0 0.21 212.73 0.09 0.77
Hex BE C3 C9 5 3 0 15 D5 9 4D
Octal 276 303 311 5 3 0 25 325 11 115
Binary 10111110 11000011 11001001 101 11 0 10101 11010101 1001 1001101

Color Harmonies of #BEC3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3C9

Black with #BEC3C9

Text Example


Text Example

White with #BEC3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3C9; }

 p { color: rgb(190,195,201); }

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

background-color css

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

 a { background-color: rgb(190,195,201); }

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

border-color css

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

 span { border-color: rgb(190,195,201); }

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