Html Css Color HEX #BECDD5 Spindle

📋 copy color: '#BECDD5'

red 190 ◦ green 205 ◦ blue 213

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

Shades of Spindle #BECDD5

Tints of Spindle #BECDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 31.25%
G = 33.72%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BECDD5 (or 0xBECDD5) is known color: Spindle. HEX triplet: BE, CD and D5. RGB value is (190,205,213). Sum of RGB (Red+Green+Blue) = 190+205+213=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDD5 is #41322A. Grayscale: #C9C9C9. Windows color (decimal): -4272683 or 14011838. OLE color: 14011838.

HSL color Cylindrical-coordinate representation of color #BECDD5: hue angle of 200.87º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BECDD5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 205 213 -
CMYK 0.11 0.04 0 0.16
HSL 200.87º 0.21% 0.79% -
HSV(B) 200.87º 0.11% 0.84% -
XYZ 55.08 59.41 71.52 -
YUV 201.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 190 205 213 0.11 0.04 0 0.16 200.87 0.21 0.79
Hex BE CD D5 B 4 0 10 C9 15 4F
Octal 276 315 325 13 4 0 20 311 25 117
Binary 10111110 11001101 11010101 1011 100 0 10000 11001001 10101 1001111

Color Harmonies of #BECDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDD5

Black with #BECDD5

Text Example


Text Example

White with #BECDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDD5; }

 p { color: rgb(190,205,213); }

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

background-color css

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

 a { background-color: rgb(190,205,213); }

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

border-color css

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

 span { border-color: rgb(190,205,213); }

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