Html Css Color HEX #BECFD8 Spindle

📋 copy color: '#BECFD8'

red 190 ◦ green 207 ◦ blue 216

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

Shades of Spindle #BECFD8

Tints of Spindle #BECFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 31%
G = 33.77%
B = 35.24%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BECFD8 (or 0xBECFD8) is known color: Spindle. HEX triplet: BE, CF and D8. RGB value is (190,207,216). Sum of RGB (Red+Green+Blue) = 190+207+216=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFD8 is #413027. Grayscale: #CACACA. Windows color (decimal): -4272168 or 14208958. OLE color: 14208958.

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

Color convert

RGB 190 207 216 -
CMYK 0.12 0.04 0 0.15
HSL 200.77º 0.25% 0.8% -
HSV(B) 200.77º 0.12% 0.85% -
XYZ 55.94 60.53 73.7 -
YUV 202.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 190 207 216 0.12 0.04 0 0.15 200.77 0.25 0.8
Hex BE CF D8 C 4 0 F C9 19 50
Octal 276 317 330 14 4 0 17 311 31 120
Binary 10111110 11001111 11011000 1100 100 0 1111 11001001 11001 1010000

Color Harmonies of #BECFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFD8

Black with #BECFD8

Text Example


Text Example

White with #BECFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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