Html Css Color HEX #BEC8CF Spindle

📋 copy color: '#BEC8CF'

red 190 ◦ green 200 ◦ blue 207

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

Shades of Spindle #BEC8CF

Tints of Spindle #BEC8CF

RGB

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

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

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

R = 31.83%
G = 33.5%
B = 34.67%

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

#BEC8CF (or 0xBEC8CF) is known color: Spindle. HEX triplet: BE, C8 and CF. RGB value is (190,200,207). Sum of RGB (Red+Green+Blue) = 190+200+207=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8CF is #413730. Grayscale: #C5C5C5. Windows color (decimal): -4273969 or 13617342. OLE color: 13617342.

HSL color Cylindrical-coordinate representation of color #BEC8CF: hue angle of 204.71º 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 #BEC8CF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 200 207 -
CMYK 0.08 0.03 0 0.19
HSL 204.71º 0.15% 0.78% -
HSV(B) 204.71º 0.08% 0.81% -
XYZ 53.15 56.76 67.19 -
YUV 197.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 190 200 207 0.08 0.03 0 0.19 204.71 0.15 0.78
Hex BE C8 CF 8 3 0 13 CD F 4E
Octal 276 310 317 10 3 0 23 315 17 116
Binary 10111110 11001000 11001111 1000 11 0 10011 11001101 1111 1001110

Color Harmonies of #BEC8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8CF

Black with #BEC8CF

Text Example


Text Example

White with #BEC8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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