Html Css Color HEX #BECFDC Spindle

📋 copy color: '#BECFDC'

red 190 ◦ green 207 ◦ blue 220

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

Shades of Spindle #BECFDC

Tints of Spindle #BECFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 30.79%
G = 33.55%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BECFDC (or 0xBECFDC) is known color: Spindle. HEX triplet: BE, CF and DC. RGB value is (190,207,220). Sum of RGB (Red+Green+Blue) = 190+207+220=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BECFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDC is #413023. Grayscale: #CBCBCB. Windows color (decimal): -4272164 or 14471102. OLE color: 14471102.

HSL color Cylindrical-coordinate representation of color #BECFDC: hue angle of 206º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BECFDC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 207 220 -
CMYK 0.14 0.06 0 0.14
HSL 206º 0.3% 0.8% -
HSV(B) 206º 0.14% 0.86% -
XYZ 56.47 60.74 76.46 -
YUV 203.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 190 207 220 0.14 0.06 0 0.14 206 0.3 0.8
Hex BE CF DC E 6 0 E CE 1E 50
Octal 276 317 334 16 6 0 16 316 36 120
Binary 10111110 11001111 11011100 1110 110 0 1110 11001110 11110 1010000

Color Harmonies of #BECFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFDC

Black with #BECFDC

Text Example


Text Example

White with #BECFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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