Html Css Color HEX #BECBD6 Spindle

📋 copy color: '#BECBD6'

red 190 ◦ green 203 ◦ blue 214

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

Shades of Spindle #BECBD6

Tints of Spindle #BECBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.26%

R = 31.3%
G = 33.44%
B = 35.26%

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

#BECBD6 (or 0xBECBD6) is known color: Spindle. HEX triplet: BE, CB and D6. RGB value is (190,203,214). Sum of RGB (Red+Green+Blue) = 190+203+214=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #BECBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECBD6 is #413429. Grayscale: #C8C8C8. Windows color (decimal): -4273194 or 14076862. OLE color: 14076862.

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

Color convert

RGB 190 203 214 -
CMYK 0.11 0.05 0 0.16
HSL 207.5º 0.23% 0.79% -
HSV(B) 207.5º 0.11% 0.84% -
XYZ 54.73 58.51 72.03 -
YUV 200.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 190 203 214 0.11 0.05 0 0.16 207.5 0.23 0.79
Hex BE CB D6 B 5 0 10 D0 17 4F
Octal 276 313 326 13 5 0 20 320 27 117
Binary 10111110 11001011 11010110 1011 101 0 10000 11010000 10111 1001111

Color Harmonies of #BECBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBD6

Black with #BECBD6

Text Example


Text Example

White with #BECBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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