Html Css Color HEX #BECBD5 Spindle

📋 copy color: '#BECBD5'

red 190 ◦ green 203 ◦ blue 213

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

Shades of Spindle #BECBD5

Tints of Spindle #BECBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

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

R = 31.35%
G = 33.5%
B = 35.15%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BECBD5 (or 0xBECBD5) is known color: Spindle. HEX triplet: BE, CB and D5. RGB value is (190,203,213). Sum of RGB (Red+Green+Blue) = 190+203+213=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BECBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD5 is #41342A. Grayscale: #C8C8C8. Windows color (decimal): -4273195 or 14011326. OLE color: 14011326.

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

Color convert

RGB 190 203 213 -
CMYK 0.11 0.05 0 0.16
HSL 206.09º 0.21% 0.79% -
HSV(B) 206.09º 0.11% 0.84% -
XYZ 54.6 58.46 71.36 -
YUV 200.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 190 203 213 0.11 0.05 0 0.16 206.09 0.21 0.79
Hex BE CB D5 B 5 0 10 CE 15 4F
Octal 276 313 325 13 5 0 20 316 25 117
Binary 10111110 11001011 11010101 1011 101 0 10000 11001110 10101 1001111

Color Harmonies of #BECBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBD5

Black with #BECBD5

Text Example


Text Example

White with #BECBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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