Html Css Color HEX #BECFD9 Spindle

📋 copy color: '#BECFD9'

red 190 ◦ green 207 ◦ blue 217

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

Shades of Spindle #BECFD9

Tints of Spindle #BECFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.71%

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

R = 30.94%
G = 33.71%
B = 35.34%

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

#BECFD9 (or 0xBECFD9) is known color: Spindle. HEX triplet: BE, CF and D9. RGB value is (190,207,217). Sum of RGB (Red+Green+Blue) = 190+207+217=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BECFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD9 is #413026. Grayscale: #CBCBCB. Windows color (decimal): -4272167 or 14274494. OLE color: 14274494.

HSL color Cylindrical-coordinate representation of color #BECFD9: hue angle of 202.22º 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 #BECFD9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 207 217 -
CMYK 0.12 0.05 0 0.15
HSL 202.22º 0.26% 0.8% -
HSV(B) 202.22º 0.12% 0.85% -
XYZ 56.07 60.58 74.38 -
YUV 203.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 190 207 217 0.12 0.05 0 0.15 202.22 0.26 0.8
Hex BE CF D9 C 5 0 F CA 1A 50
Octal 276 317 331 14 5 0 17 312 32 120
Binary 10111110 11001111 11011001 1100 101 0 1111 11001010 11010 1010000

Color Harmonies of #BECFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD9

Black with #BECFD9

Text Example


Text Example

White with #BECFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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