Html Css Color HEX #BECBD1 Spindle

📋 copy color: '#BECBD1'

red 190 ◦ green 203 ◦ blue 209

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

Shades of Spindle #BECBD1

Tints of Spindle #BECBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.72%

R = 31.56%
G = 33.72%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BECBD1 (or 0xBECBD1) is known color: Spindle. HEX triplet: BE, CB and D1. RGB value is (190,203,209). Sum of RGB (Red+Green+Blue) = 190+203+209=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BECBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD1 is #41342E. Grayscale: #C7C7C7. Windows color (decimal): -4273199 or 13749182. OLE color: 13749182.

HSL color Cylindrical-coordinate representation of color #BECBD1: hue angle of 198.95º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BECBD1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 203 209 -
CMYK 0.09 0.03 0 0.18
HSL 198.95º 0.17% 0.78% -
HSV(B) 198.95º 0.09% 0.82% -
XYZ 54.1 58.26 68.72 -
YUV 199.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 190 203 209 0.09 0.03 0 0.18 198.95 0.17 0.78
Hex BE CB D1 9 3 0 12 C7 11 4E
Octal 276 313 321 11 3 0 22 307 21 116
Binary 10111110 11001011 11010001 1001 11 0 10010 11000111 10001 1001110

Color Harmonies of #BECBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBD1

Black with #BECBD1

Text Example


Text Example

White with #BECBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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