Html Css Color HEX #BEC9CF Spindle

📋 copy color: '#BEC9CF'

red 190 ◦ green 201 ◦ blue 207

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

Shades of Spindle #BEC9CF

Tints of Spindle #BEC9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.61%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 31.77%
G = 33.61%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEC9CF (or 0xBEC9CF) is known color: Spindle. HEX triplet: BE, C9 and CF. RGB value is (190,201,207). Sum of RGB (Red+Green+Blue) = 190+201+207=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9CF is #413630. Grayscale: #C6C6C6. Windows color (decimal): -4273713 or 13617598. OLE color: 13617598.

HSL color Cylindrical-coordinate representation of color #BEC9CF: hue angle of 201.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEC9CF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 201 207 -
CMYK 0.08 0.03 0 0.19
HSL 201.18º 0.15% 0.78% -
HSV(B) 201.18º 0.08% 0.81% -
XYZ 53.38 57.23 67.26 -
YUV 198.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 190 201 207 0.08 0.03 0 0.19 201.18 0.15 0.78
Hex BE C9 CF 8 3 0 13 C9 F 4E
Octal 276 311 317 10 3 0 23 311 17 116
Binary 10111110 11001001 11001111 1000 11 0 10011 11001001 1111 1001110

Color Harmonies of #BEC9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9CF

Black with #BEC9CF

Text Example


Text Example

White with #BEC9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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