Html Css Color HEX #BECED8 Spindle

📋 copy color: '#BECED8'

red 190 ◦ green 206 ◦ blue 216

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

Shades of Spindle #BECED8

Tints of Spindle #BECED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.66%

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

R = 31.05%
G = 33.66%
B = 35.29%

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

#BECED8 (or 0xBECED8) is known color: Spindle. HEX triplet: BE, CE and D8. RGB value is (190,206,216). Sum of RGB (Red+Green+Blue) = 190+206+216=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #BECED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECED8 is #413127. Grayscale: #CACACA. Windows color (decimal): -4272424 or 14208702. OLE color: 14208702.

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

Color convert

RGB 190 206 216 -
CMYK 0.12 0.05 0 0.15
HSL 203.08º 0.25% 0.8% -
HSV(B) 203.08º 0.12% 0.85% -
XYZ 55.7 60.05 73.62 -
YUV 202.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 190 206 216 0.12 0.05 0 0.15 203.08 0.25 0.8
Hex BE CE D8 C 5 0 F CB 19 50
Octal 276 316 330 14 5 0 17 313 31 120
Binary 10111110 11001110 11011000 1100 101 0 1111 11001011 11001 1010000

Color Harmonies of #BECED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECED8

Black with #BECED8

Text Example


Text Example

White with #BECED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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