Html Css Color HEX #BECFDF Spindle

📋 copy color: '#BECFDF'

red 190 ◦ green 207 ◦ blue 223

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

Shades of Spindle #BECFDF

Tints of Spindle #BECFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 30.65%
G = 33.39%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BECFDF (or 0xBECFDF) is known color: Spindle. HEX triplet: BE, CF and DF. RGB value is (190,207,223). Sum of RGB (Red+Green+Blue) = 190+207+223=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFDF is #413020. Grayscale: #CBCBCB. Windows color (decimal): -4272161 or 14667710. OLE color: 14667710.

HSL color Cylindrical-coordinate representation of color #BECFDF: hue angle of 209.09º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECFDF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 207 223 -
CMYK 0.15 0.07 0 0.13
HSL 209.09º 0.34% 0.81% -
HSV(B) 209.09º 0.15% 0.87% -
XYZ 56.87 60.9 78.57 -
YUV 203.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 190 207 223 0.15 0.07 0 0.13 209.09 0.34 0.81
Hex BE CF DF F 7 0 D D1 22 51
Octal 276 317 337 17 7 0 15 321 42 121
Binary 10111110 11001111 11011111 1111 111 0 1101 11010001 100010 1010001

Color Harmonies of #BECFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFDF

Black with #BECFDF

Text Example


Text Example

White with #BECFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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